René Leonhardt wrote:
> Dear TortoiseSVN team,
>
> I am currently writing a TortoiseSVN guide and discovered a bug while
> documenting the necessary steps to restore a deleted branch as
> documented in the SVN book:
> http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.branchmerge.commonuses.resurrect
>
> The command-line interface obviously works:
> svn copy -r 7 file:///C:/SVNRepository/branches/release-1.0-bugfix-02
> file:///C:/SVNRepository/branches/release-1.0-bugfix-02
>
> So does the Repository Browser / "Copy to..." action (see attachment).
>
>
> But when I try to do the same directly from the Log with "Create tag
> from revision" I cannot use the same URL as target to remotely restore
> the deleted branch.
> Error message:
> "Can't copy file:///C:/SVNRepository/branches/release-1.0-bugfix-02 to
> file:///C:/SVNRepository/branches/release-1.0-bugfix-02"
>
> When I use a different target URL, the copy works, but not as a restore
> (which should be at the same URL).
Fixed in revision 12020.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-02-04 18:08:55 CET