passing -r through to externals
From: Jon Gorrono <jpgorrono_at_ucdavis.edu>
 
Date: Tue, 29 Jan 2008 18:48:11 -0800 
Greetings:
  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, 
 setup:
 svn:externals in 'trunk' like ..
 submoduleX    [URLX]
 svn:externals in 'branches' and 'tags' like ...
 submoduleX   -r x  [URLX]
 Now if I co trunk I will get the HEAD revision from each submodule's 
 But if I co -r z of trunk, I *still* get he HEAD revision from each 
 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.
 ---------------------------------------------------------------------
  | 
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.