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

Re: multiple svn:externals property for the same directory

From: Mike Mason <mgm_at_thoughtworks.net>
Date: 2004-11-17 17:43:04 CET

Curt Galloway wrote:

> 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.

You can't use 'lib' twice as a destination for the externals. If you do
this it'll work:

lib/ftp [url of ftp libs]
lib/ssh [url of ssh libs]

This might not be quite what you're looking for, but that's how
externals work - the smallest unit of pulling something in is a directory.

Cheers,
Mike.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 17 17:43:45 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.