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:
You could also have reverted it.
Post a Comment