Archive
Archive for the ‘SCM’ Category
Xcode SVN – Attempted to lock an already-locked dir…
November 8, 2010
Leave a comment
If you get a message like “attempted to lock an already-locked dir…” while committing your files try to cleanup your project:
cd <root of svn>
svn cleanup
couldn’t determine absolut path of file…
September 15, 2010
Leave a comment
Got this error message when a directory was deleted on the svn server. A new checkout solved the problem.