[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

multiple svn:externals property for the same directory

From: Curt Galloway <curt_at_interes.com>
Date: 2004-11-17 13:05:41 CET

Hello list,

I have, what I believe is an RTFM problem - try as I may however, I
can't find
what I'm looking for.

The problem:

We have several projects in one repository like so:

/
lib
 http-libs
 ftp-libs
 ssh-libs
proj1
 lib
proj2
 lib

What we'd like to do is to keep our libraries in *one* place (under the
'lib' project above)
and 'llink' (or whatever) the lib directory under the different projects
to one *or more*
subdirectories of the 'lib' project. An example:

Say, using the above setup, proj1 requires http-libs, but not the
ftp-libs, nor the ssh-libs and
also say that proj2 requires the ftp-libs and the ssh-libs but not the
http-libs.

Ok - so far so good. On proj1 I can set the svn:externals property to
"lib [url of http-libs]".
What I *can't* do is for proj2, set the svn:externals property to
something like:
lib [url of ftp-libs]
lib [url of ssh-libs]

Well, I *can* set it so - but it doesn't do what I'd like. In the above
case, the url of ftp-libs is
used and ssh-libs is completely ignored.

Of course, it could be that I'm going about this all wrong. Any pointers
would be greatly
appreciated.

Thanks in advance,
Curt Galloway

        
Curt Galloway <curt@interes.com <mailto:curt@interes.com>>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Wed Nov 17 13:05:31 2004

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.