Re: The unadd, undelete methods and the client README.
From: Philip Martin <philip_martin_at_ntlworld.com>
Date: 2001-09-17 22:06:13 CEST
Mo DeJong <supermo@bayarea.net> writes:
> I tried to come up with a good reason to include the unadd and undelete
Creates revision number N say.
>
Creates revision number N+1 say.
> % svn undelete newdir
Since the changes have been committed to the repository, you don't
It might be as simple as
$ svn merge --reverse newdir
to reverse the last change. Or more genrally
$ svn merge -r N+1 --reverse newdir
Philip
---------------------------------------------------------------------
|
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.