Re: How to recover deleted directory in repository?
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Sun, 9 Oct 2011 03:00:05 -0500
On Oct 9, 2011, at 00:45, Geoff Hoffman wrote:
> On Sat, Oct 8, 2011 at 8:38 PM, Xiang Liu wrote:
If you do it that way, it will appear to Subversion (and yourself later, when you review the history) as though you created the directory an all its contents in revision 11. It will be completely disconnected from its previous history in the repository. "svn log" on this new directory will only go back to revision 11. "svn blame" will show it was created in revision 11. This is probably not what you want. You probably want to bring the directory back from the past, linked with all its prior history.
To do that, instead copy it from its prior repository location with svn cp:
cd /path/to/workingcopy/gnwd/notes/svn
|
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.