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

Re: [Subclipse-users] Two different repositories in the same project?

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 14 Jan 2008 17:33:09 -0500

On Jan 14, 2008 4:59 PM, Catherine Dunn <cdunn_at_dimagi.com> wrote:
> Is it possible using Subclipse to have code from two different
> Subversion repositories in the same Eclipse project? (We are working
> with several different organizations on a large open-source project,
> and for reasons I won't go into, a single repository shared by all the
> organizations is not desirable.)

Yes, you can get that feature by using the svn:externals property.
For example, if you checkout this Subclipse project:

http://subclipse.tigris.org/svn/subclipse/trunk/subclipse/org.tigris.subversion.clientadapter.javahl/

It uses svn:externals to pull in source from the Subversion projects repository.

You cannot just arbitrarily pull in source from multiple repositories.
 The SVN working copy does not support it. You have to use the
svn:externals property.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-01-14 23:33:23 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.