Dealing with files whose status is !
subversion can be a pain in the a** !!!
If you have some files whose status is :
The easiest hack to deal with it is to create the missing file and add it again to subversion.ghost_file.txt ! Resource is missing or incomplete (removed by another tool than Subversion) You won't be able to commit them.
pico ghost_file.txt
svn add ghost_file.txt
Time to move to git or mercurial!
No comments:
Post a Comment