svn cleanup

Sometimes if you are forced to close the Eclipse while sync, you may corrupt your project.


update /Users/uki/path/MyProject -r 575 --force
   
  svn: Working copy '/Users/uki/path/MyProject' locked; try performing 'cleanup'

To cleanup SVN run the following command from the Terminal window:


uki:~ uki$ cd /Users/uki/path/MyProject
uki:/Users/uki/path/MyProject uki$ svn cleanup

No comments:

Post a Comment