måndag 14 juni 2021 kl. 17:58:26 UTC+2 skrev [email protected]: > Hello, > I have a situation that one of the tool .exe file is deleted by antivirus > automatically. Somehow, antivirus also detects the pristine file of the > above file and deletes it as well. > > Worst is that: > 1) SVN Update says that it cannot update the above file, and therefore it > aborts, saying cleanup must be done. > 2) SVN Cleanup says it cannot clean up the above file because its pristine > file is not any more available. > > Now I cannot update the repository any more even if I want to unselect > this failing file and continue using my repository. > I request for a feature / alternatives to resolve this issue. >
The pristine files are stored in the (hidden) .svn folder. You should restore it from your AV program. If you are not able to do this you can probably rename the .svn folder (to .svnold) and then check out the repository again to the same folder as before (it will recreate the .svn folder and checkout a new copy of the .exe). Obviously you need to whitelist the .exe in the AV program. When you do the checkout, it *should* not overwrite anything (keeping any local modifications) but a backup is always wise. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/678246b7-5428-4e70-9f9e-7e4e915f842an%40googlegroups.com.
