[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 Küng <tortoisesvn_at_gmail.com>
Date: Wed, 17 Aug 2011 19:56:29 +0200

On 17.08.2011 12:11, Markus Schaber wrote:
> Hi,
>
> 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.

Good catch! I even had a comment in the code explaining why that was
disabled - but of course now that is not relevant anymore.

Fixed in r21853.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2823426
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-08-17 19:57:02 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.