Re: Recovering a deleted project
From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-03-13 20:09:25 CET
"Res Pons" <pons32@hotmail.com> wrote on 03/13/2006 02:02:40 PM:
> I'm searching http://svn.haxx.se/users for "recovering dead files" and
There are a couple of pretty easy ways to do it.
1) Use svn copy to copy your project as it existed prior to deleting it.
svn copy -r 99 url://to/project url://to/project -m "Restore Project"
Would do it.
In TortoiseSVN use the repository browser and click on HEAD. Change to
2) Do a reverse merge. Again, assuming you did in revision 100 and you
svn merge -r100:99 url://to/repos
This will undo the change.
In TortoiseSVN, if you have a WC connected to root, then right click and
Review and commit in either case.
When it is an entire project, option #1 is easiest. When it is some
Mark
_____________________________________________________________________________
---------------------------------------------------------------------
|
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.