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

Re: Support for undelete from history?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-01 18:00:12 CEST

Philip Martin <philip@codematters.co.uk> writes:

> Philip Martin <philip@codematters.co.uk> writes:
>
> >> I tried a reverse merge:
> >> svn -r 218:217 <parentdir>
> >> and it looked like it was going to work. But unfortunately, in the same
> >> commit, I not only removed the directory by I also removed two files in that
> >> directory. The reverse merge looks like it'll work to add-back the
> >> directory, but I get 404 errors when svn tries to effectively reverse the
> >> file delete via an add b/c these files don't esit on the server.
> >
> > Hmm, that appears to be an ra_dav bug.
>
> I see now that this is issue 1370.

Yes, we're still looking at this bug.

But for the record, the simplest way to "restore" a deleted object is
to just use 'svn cp -r oldrev URL wc'. This sucks down the deleted
item into the working copy and schedules it for addition-with-history.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 1 18:01:43 2003

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.