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

Re: repository access question

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-22 06:51:41 CET

On Mar 21, 2007, at 19:39, Mark Clements wrote:

> "Tom Karzes" wrote:
> [SNIP]
>> svn co -r 123 http://a/b/c/d my_d
>>
>> The problem is that Subversion looks at the *present* version of
>> "b", sees no "c" under it, and complains that it doesn't exist in the
>> latest revision. Well that may be true, but that's not what I'm
>> trying
>> to ask. I want it to apply the -r option to the entire URL, not just
>> the leaf.
>>
>> Does anyone know if there's a way to do this?
>
> Using peg revisions, or at least that's my understanding of them
> (never
> having used them myself...)
>
> http://svnbook.red-bean.com/en/1.1/ch07s03.html

Right. In this case, you want:

svn co http://a/b/c/d@123 my_d

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 22 06:52:09 2007

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.