svn:externals : Having more than one external repository in a local directory
Asked Answered
C

1

8

Is it possible to have 2 (or more) external repositories linked to a local directory ?

For example, I have a file named externals and containing :

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

I declare my property like that :

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

If I try to use a file like the one after, only the last line is taken :

http://somewhere/dev/trunk/F01common.lib include
http://somewhere/dev/trunk/F04logger.lib include

Is what I want to do possible or not ?
Thanks for your answers.

Casey answered 25/1, 2011 at 16:24 Comment(0)
V
3

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

Each external must be written on its line:

Because the svn:externals property has a multiline value, we strongly recommend that you use svn propedit instead of svn propset.

Verrazano answered 19/1, 2015 at 10:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.