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

RE: Unable to revert missing directory in TortoiseSVN 1.7 beta 2

From: Stefan Pendl <stefan.pendl.71_at_gmail.com>
Date: Wed, 17 Aug 2011 12:21:37 +0200

>
> It seems that TortoiseSVN is unable to revert a missing directory, at
> least I cannot select that option in the "Check for modifications"
> dialog.
>
> Steps to repeat (using Cygwin bash, but collabnet svn exe is in path)
>
> mkdir repo
> svnadmin.exe create repo
> svn checkout file:///D:/svntest/repo wc
> cd wc
> mkdir foo
> touch foo/bar
> svn add foo
> svn commit -m ""
> rm -rf foo/
>
> Then open the "Check for modifications" dialog on that directory -
> TortoiseSVN 1.7 beta does not let you revert foo.
>
> TortoiseSVN lets me select foo/bar for reversion, but that breaks the
> working copy. As this separate issue is also reproducible using the
> command line client, I sent a separate mail to the subversion list.
>

I have always found the reverting a remove not done through SVN can only be done through an update of the WC.
The only way to restore is by downloading from the server.

---
Stefan
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2823331
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-08-17 12:21:40 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.