Variable support for external links?
From: Jarkko Jussila <jarkko.jussila_at_gmail.com>
Date: Fri, 18 Apr 2008 12:40:30 +0300
Hi,
I'm working with rather big SW products based on component SW. Those
So far so good but the problem is that we would like to use same
So, we can have now site-specific scm-repository like:
# svn pg svn:externals scm
component1 https://svnserver.site1/svnroot/component1/trunk
With dns we might play so that this would work:
component1 https://svnserver/svnroot/component1/trunk
Every site would have own idea of this svnserver... (svnserver.site1,
but I'm asking if server name could somehow be a variable like:
# svn pg svn:externals scm
component1 https://$(LOCAL_SVN_SERVER)/svnroot/component1/trunk
Every site could then define that one how they like...
Is this something that can be done now? I tried all kind of ${} $() $
If not, do you think this is something worth implementing to svn or is
/jjj
---------------------------------------------------------------------
|
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.