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

RE: Issue with -r <revision> option and deleted folder

From: Bob Archer <bob.archer_at_amsi.com>
Date: Tue, 22 Dec 2009 13:12:53 -0500

> I have an issue with the -r option with deleted folder.
>
> In repository A, I have a folder foo/bar at revision 10.
> I delete the 'bar' folder in revision 11.
>
> When I use the -r option to retrieve the revision 10, I get an
> error :
> $ svn co http://svn.example.com/A/trunk/foo/bar -r 10
> svn: '/A/!svn/bc/11/trunk/foo/bar' path not found
>
> When I checkout the revision 10, no issues :
> $ svn co http://svn.example.com/A/trunk/foo/bar@10
> [...]
> Checked out revision 10.
>
> Do I have to report this bug ? Can someone explain me the
> difference
> between -r and @ options ?

REading the book will help. But basically that path isn't available in the HEAD revision then subversion won't be able to find it.

BOb

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2432386

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-22 19:14:42 CET

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.