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

Re: Accidently deleted items Please help me undo

From: David Weintraub <qazwart_at_gmail.com>
Date: Tue, 31 Mar 2009 18:09:52 -0400

Did you do this in your repository or your working directory? There is
a big difference.

If you did it in your working directory, you should be able to do:

svn revert -r Folder

The "-r" will do it recursively. Not 100% sure if it is needed, but
doesn't hurt. See:

    $ svn revert --help

for more details.

On Tue, Mar 31, 2009 at 5:34 PM, <webpost_at_tigris.org> wrote:
> I just accidently did
>
> svn rm Folder
>
> but did not want to remove Folder from the repository.  I haven't yet committed.  Is there anyway to undo this action?
>
> Thanks,
> Jeremy
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1499914
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
>

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1500164
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-01 00:10:42 CEST

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.