El Martes 23 Jun 2009 15:56:35 Jeremy Cowles escribió: > I have removed a file from my app (deleted the file and .file_ref_info), > deleted the application and app versions from the database, deleted all > files from upload and download, deleted all work units and results from the > database, ran xadd, update_versions and restarted the server. Yet, the file > persists. > The client still tries to download the file, it just gets an error because > the file no longer exists. What am I missing?
The client would only stop trying to download it if it gets a new app_version without that file. Or when it succeeds at downloading it... Deleting the old app_version with that file from the server won't help, since the client already got it before. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
