Resurrecting directories not working?
From: Aidan Fitzpatrick <aidan_at_lothianproductions.co.uk>
Date: 2004-08-09 18:51:26 CEST
The folder Application/ApExplorer was erroneously been deleted our
No doubt I'm doing something stupid. Any advice would be greatly
-- # cd Application # svn up At revision 117. # svn copy --revision 114 svn+ssh://localhost/opt/svn/co/trunk/Source/Application/ApExplorer . svn: Working copy '.' locked svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) # svn status ? ApExplorer # cd .. # svn status ? Application/ApExplorer # cd Application [Note how nothing is marked 'L'ocked...] # svn help cleanup [etc., not much use] # svn cleanup # svn copy --revision 114 svn+ssh://localhost/opt/svn/co/trunk/Source/Application/ApExplorer . svn: 'ApExplorer' is in the way [Ngh.] # svn status ? ApExplorer [Ngh!] # rm -rf ApExplorer [Right, so try again, clean first this time...] # svn up && svn cleanup At revision 117. # svn copy --revision 114 svn+ssh://localhost/opt/svn/co/trunk/Source/Application/ApExplorer . svn: Working copy '.' locked svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) [Try again from a parent folder?] # rm -rf ApExplorer # cd .. # svn up && svn cleanup At revision 117. # svn copy --revision 114 svn+ssh://localhost/opt/svn/co/trunk/Source/Application/ApExplorer Application/ svn: Working copy 'Application' locked svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) # svn status ? Application/ApExplorer [FFS!] [Try again, with specifying folder name instead of PWD:] # cd Application # rm -rf ApExplorer # svn up && svn cleanup At revision 117. # svn copy --revision 114 svn+ssh://localhost/opt/svn/co/trunk/Source/Application/ApExplorer ApExplorer A ApExplorer/ApExplorer/files Checked out revision 114. A ApExplorer/ApExplorer [Ngh. As I expected, two levels deep...] --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Aug 9 17:52:16 2004 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.