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

Re: svn 1.3 client checks out wrong URL from subversion 1.1 server.

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-14 12:09:14 CET

On Mar 14, 2006, at 11:56, Carsten Koch wrote:

> when I am checking out a branch using the svn 1.3 command line client
> from an subversion 1.1 server, I am getting the trunk (where the
> branch originated from) instead:
>
> ----------------------------------------------------------------------
> --------
> catiahp:cko[22] cd
> catiahp:cko[23] rm -rf rl-SrfBlendSU
> catiahp:cko[24] svn co -r 17035 -q -N http://svn/svn/caa/mods/rl-
> SrfBlendSU
> catiahp:cko[25] cd rl-SrfBlendSU
> catiahp:cko[26] svn info
> Path: .
> URL: http://svn/svn/caa/trunk

Presumably, the branch that is now called rl-SrfBlendSU was in fact
called trunk at revision 17035. You need to use a peg revision.

Presumably, the behavior of peg revisions changed after Subversion
1.1. The current behavior is not a bug; it is a feature.

http://svnbook.red-bean.com/nightly/en/svn.advanced.pegrevs.html

svn co -r 17035 -q -N http://svn/svn/caa/mods/rl-SrfBlendSU@17035

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 14 12:10:44 2006

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.