Tuesday, August 25, 2009

svn: Directory .svn containing working copy admin area is missing

While working with Subversion, I removed a directory (specifically .sass-cache/) after placing it under version control without knowledge. Subversion failed to commit. I had to forcefully remove the already removed file to proceed.

svn remove --force .sass-cache/

1 comments:

Alistair said...

You could also have reverted it.