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

Re: Projects within projects

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-03-07 21:57:50 CET

Richard Wallace <rwallace@thewallacepack.net> wrote on 03/07/2005 03:51:13
PM:

> When checking out a branch we'd like to put them in this structure:
>
> webapp-framework/
> app1/
> app2/
>
> That's all well and good except for when doing development in Eclipse.
> With CVS we could do this and Eclipse's CVS plugin would pickup the
> subdirectories as being in CVS but part of different modules. Subclipse

> doesn't do this. It sees app1 and app2 and since they're not
> subdirectories of webapp-framework directory in the svn repo, they're
> marked as not being under source control.
>
> I tried adding a separate project for each of the separate applications
> but they wind up conflicting with any project that I create for the
> webapp-framework claiming that the project directories overlap.
>
> Is there any way I can make subclipse recognize that these
> subdirectories are in fact in the repo, just not in the same location as

> the parent directory? Or is there a better way to do this?

You should look at the svn:externals property within Subversion. Once you
have the defined correctly, a checkout of webapp-framework should
automatically pull in app1 and app2 with all of them really pointing back
to their original locations in the repos.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Tue Mar 8 07:57:50 2005

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.