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.