Re: Subversion 0.7 released.
From: <cmpilato_at_collab.net>
Date: 2001-12-05 04:14:22 CET
Philip Martin <pmartin@uklinux.net> writes:
> So how does one restore deleted items using the command line client?
Yes, copy is the solution. Let's do a play by play, annotated with
Say the repository is at revision 5.
> $ svn co file:///home/pm/repo -d wc
Now you have a working copy at revision 5.
> $ cd wc
Okay, now the repo is at revision 6, your working copy still at 5.
> $ svn up
Fine, then. So you want your working copy at version 6. I'm cool
Now, you realize, "Oh, poop. I really shouldn't have done that. The
Never fear, 'svn copy --salvage-relationship' is here.
svn copy -r 5 file:///home/pm/repo/foo .
This should basically download revision 5 of foo into your working
Now...I'm seeing some bugs as I try to prove this to myself.
Actually, it did work for me, but I just came across some bugs that
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.