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

Re: many externals in a single directory

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-12 04:09:27 CET

On Mar 11, 2007, at 15:55, Elie Zananiri wrote:

> I would like to know if it is possible to have multiple externals
> all get downloaded to the same directory, and if so, how to do it.
>
> I tried the following syntax:
> code http://www.arepository.com/
> code http://www.asecondrepository.com/
> to have all external classes load in the "code" directory, but I
> think the second line overwrites the first because I only get files
> from the second repository in my "code" folder. And I can't put
> the files in subfolders because the compiler (Processing) can only
> find them if they're at the root of the "code" folder.

No, not possible with Subversion. Each external will get placed into
its own folder. The contents of your svn:externals property could be:

     code1 http://www.arepository.com/
     code2 http://www.asecondrepository.com/

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 12 04:09:47 2007

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.