25 January 2008

Dealing with files whose status is !

subversion can be a pain in the a** !!!

If you have some files whose status is :

ghost_file.txt ! Resource is missing or incomplete (removed by another tool than Subversion) You won't be able to commit them.
The easiest hack to deal with it is to create the missing file and add it again to subversion.

pico ghost_file.txt
svn add ghost_file.txt

Time to move to git or mercurial!

No comments: