Can't delete Tortoise SVN meta file after Java writes to it -


i made simple java utility simple operations on source project folder (checked out svn). reason after java copies or changes files, can't delete svn meta data files. use tortoise svn , i'm running win7. can copy/delete folder file explorer before java touches it. things i've tried:

  • using fileutils read , write
  • using plain java io (closing files streams)
  • rebooting (still can't delete!)
  • turning off cache on svn , rebooting
  • i can't clean-up, update or checkout on project because tortoise svn says meta data corrupt

now i've got 8 folders on machine can't delete , rebooting doesn't help.

if have 7-zip file manager in machine, try use delete


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -