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

passing -r through to externals

From: Jon Gorrono <jpgorrono_at_ucdavis.edu>
Date: Tue, 29 Jan 2008 18:48:11 -0800

Greetings:
I can't find any archives of this list, so I joined in order to ask a
couple questions. I guess the first has just been asked (archives?)....

 the second is a bit more complicated....

stop me if you've heard this one :)

In short: Is there any way to get a rev passed from the client (say,
from -r switch) to effect the recursive updates that are based on
svn:externals?

setup:
Central module looks like..
central/branches
central/tags
central/trunk

svn:externals in 'trunk' like ..

submoduleX [URLX]
submoduleY [URLY]
submoduleZ [URLZ]

svn:externals in 'branches' and 'tags' like ...

submoduleX -r x [URLX]
submoduleY -r y [URLY]
submoduleZ -r z [URLZ]

Now if I co trunk I will get the HEAD revision from each submodule's
URL. Makes good sense.

But if I co -r z of trunk, I *still* get he HEAD revision from each
submodule's URL.

Is there something like this that can be done:

submoduleX -r {$REVISION} [URLX]

where $REVISION takes on the value of the -r flag from the client?

Thanks for your time.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-30 03:48:38 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.