You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Bastian Holtermann / SOREL GmbH <b....@sorel.de> on 2011/11/10 09:58:53 UTC

Checkout including externals is getting the head revision instead of specified one

Hello,

since I am using svn, version 1.7.1 (r1186859) compiled Oct 22 2011, 
10:53:27
I got the problem that when I checkout some code that is using externals 
with a special specified revision of that external to be checked out
svn checks out the head revision in stead of the specified revision number.

When I use svn update after checkout on that trunk than the revision of 
that external is corrected.

I am not shure if this is a subversion bug or if anything is wrong on my 
system.

Reproduction:

1. Checkout a trunk that is using an external with a special revision 
number e.g.: svn:externals -r 10163 ^/path destination
2. Check if that external was checked out with revision 10163 or if it 
was checked out with head revision
     Due to that it is recommended that the revision 10163 is not the 
head revision
3. Update the trunk containing the external code in the working copy 
using svn update
4. Check if the revision is now the right one

-- 
Mit freundlichen Grüßen / Kind regards

Dipl.-Inform. (FH) Bastian Holtermann
Softwareentwicklung / Software Development

Tel: +49 2339 9232997
Fax: +49 2339 120656
E-Mail: b.holtermann@sorel.de <mailto:%22b.holtermann@sorel.de%22>
URL: www.sorel.de <http://www.sorel.de>

SOREL GmbH Mikroelektronik
Jahnstr. 36
D-45549 Sprockhövel
Geschäftsführer: Dipl.-Ing. Georg Bicher
Amtsgericht Essen HRB 15326

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte 
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese 
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den 
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie 
die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If 
you are not the intended recipient (or have received this e-mail in 
error) please notify the sender immediately and destroy this e-mail. Any 
unauthorized copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.

Re: Checkout including externals is getting the head revision instead of specified one

Posted by Philip Martin <ph...@wandisco.com>.
Bastian Holtermann / SOREL GmbH <b....@sorel.de> writes:

> I got the problem that when I checkout some code that is using
> externals with a special specified revision of that external to be
> checked out svn checks out the head revision in stead of the specified
> revision number.

Agreed, that is a bug.  I've raised issue 4053:

http://subversion.tigris.org/issues/show_bug.cgi?id=4053

-- 
Philip