Re: delete my trunk, how to recover?
From: François Beausoleil <francois.beausoleil_at_gmail.com>
Date: 2007-04-26 07:07:42 CEST
Hello Sam,
2007/4/26, Sam Carleton <scarleton@miltonstreet.com>:
When you say you deleted "trunk", do you mean your working copy or the
If #1, simply checkout a new working copy and start from there.
If #2, you have to find the exact revision in which you deleted your
svn log --verbose --revision HEAD:1 --limit 5 https://apache/repos/project/
Notice the /trunk part is missing. That's because you want to log the
Once you have the revision (let's call it X), you will do:
Here, you tell Subversion to copy /trunk as it was in revision X-1 (do
Hope that helps !
-- François Beausoleil http://blog.teksol.info/ http://piston.rubyforge.org/Received on Thu Apr 26 07:08:01 2007 |
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.