Can't recover deleted stuff
From: David Rush <david_at_rushtone.com>
Date: 2007-12-18 15:59:20 CET
Hi. I'm relatively new to Subversion, but have managed to get 1.4.5 up and running on Win32 with
While playing around with a test repository, I used svn delete to delete an entire directory tree in
Here's a capture of a simple test case:
D:\tmp\foo4>svn import test.bat http://myhost/sandbox/test.bat -m "initial import"
Committed revision 16.
D:\tmp\foo4>svn list http://myhost/sandbox
D:\tmp\foo4>svn delete http://myhost/sandbox/test.bat -m "begone!"
Committed revision 17.
D:\tmp\foo4>svn list http://myhost/sandbox
D:\tmp\foo4>svn list http://myhost/sandbox -r 16
D:\tmp\foo4>mkdir ..\foo5
D:\tmp\foo4>cd ..\foo5
D:\tmp\foo5>svn checkout -r 16 http://myhost/sandbox/test.bat
D:\tmp\foo5>svn cat -r 16 http://myhost/sandbox/test.bat
D:\tmp\foo5>svn list -r 16 http://myhost/sandbox
The "list" shows it still there in revision 16 as expected, but I can't seem to get it from r16.
David
---------------------------------------------------------------------
|
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.