Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
trunk
-
None
Description
A scheduled-for-delete path is removed via system command or 3rd party application. Depending on the contents of the working copy, this may not be recoverable using svn commands. First reported: http://svn.haxx.se/dev/archive-2008-01/0137.shtml Recipe: rm -rf repos wc svnadmin create repos svn co file://`pwd`/repos wc touch wc/afile mkdir -p wc/dir/subdir svn add wc/* svn ci -m '' wc svn up -N wc svn lock wc/afile svn rm wc/dir mkdir wc/dir2 rm -rf wc/dir #Now we are hosed. svn up wc/dir svn: Directory 'wc/dir' is missing svn up -N wc/dir svn: Directory 'wc/dir' is missing
Original issue reported by emiller