I'm wondering if it is possible to get a (global) variable in an svn-external property, or one at any place. When looking answer for my question, I found not that much about variables... I'd like to do something like:
svn:externals subproject <svn.base.url>/project/subproject/trunk
What are the different possibilities to define the 'svn.base.url
' variable?
Or is it better to do it hardcoded and then change it with propget --recursive
Thanks