[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Trying to recover a Deleted Directory

From: Blair Zajac <blair_at_orcaware.com>
Date: 2006-03-26 09:25:34 CEST

Alex Turner wrote:
> This does looks more like what I was looking for.
>
> Oddly I ended up checking out the files from the relavent revision into
> another directory, then copying them into the appropriate place. svn
> checkout svn://localhost/blah_at_46 didn't work, it gave me revision 48, I
> had to specify the -r tag to get the revision I wanted.

This sounds like you may have lost the history of the files though, if the copy
you mention was not a subversion copy.

You really want to just revert the merge using something like 'svn merge -r
N:N-M', where M > 0 and takes you back where you want to go.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
<blair@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 26 09:26:39 2006

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.