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

Re: Checkout and externals

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-15 04:05:12 CEST

Jason Stewart <jstewart@pobox.com> writes:

> I just executed a checkout of an older version on a project that has
> several externals.
>
> svn co http://my.url.com/Project -r 117
>
> This checked out version 117 of Project. However, project had an
> external reference to http://my.url.com/SubProject and subversion
> checked out version 118 (the latest) of SubProject.

This is expected. The value of svn:externals simply causes more
checkouts to run, exactly as the property lists them... no special
extra voodoo.

Thus if the external property lists a URL with no arguments, you'll
always get the HEAD revision of the subproject. If you want to peg
the subproject down, put a '-r' in the externals value, or checkout a
tag URL.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 15 04:06:27 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.