Posted At : September 29, 2010 7:17 AM
1 Comments
If you copy code from on svn codebase to another then you can often have hidden .svn directories copied also, which will cause svn operations to fail.
Running the command above will fix it up by finding them all and deleting them.
1 Comments
Very useful, I was searching this some days ago.
Thanks for posting.