svn:externals : Having more than one external repository in a local directory -


is possible have 2 (or more) external repositories linked local directory ?

for example, have file named externals , containing :

http://somewhere/dev/trunk/f01common.lib include 

i declare property :

svn propset svn:externals -f ../external . 

if try use file 1 after, last line taken :

http://somewhere/dev/trunk/f01common.lib include http://somewhere/dev/trunk/f04logger.lib include 

is want possible or not ?
answers.

the doc says it's possible: http://svnbook.red-bean.com/en/1.7/svn.advanced.externals.html

each external must written on line:

because svn:externals property has multiline value, recommend use svn propedit instead of svn propset.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -