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

Re: [Subclipse-users] cannot import into existing project (like CVS did)

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-01-20 14:56:15 CET

Folke Lemaitre <folke@landc.be> wrote on 01/20/2006 05:48:47 AM:

> Dont think externals have anything to do with this. The only thing he
> (an I for that matter) wants is for example:
> Eclipse project root folder:
> /src -> http://someserver/svn/trunk/project2
> /data -> http://someserver/svn/trunk/data
> /testoutput -> not shared
> /.project
> /...

That is the textbook example of when svn:externals is perfect. I would
create a folder in my repository called "Eclipse Projects" and commit
project folders, including the .project and .classpath files to make
things easy. The project folder should have a property named
"svn:externals" with a value of:

src http://someserver/svn/trunk/project2
data http://someserver/svn/trunk/data

And an "svn:ignore" property with a value of:

testoutput

Then just checkout that project folder and you get a complete Eclipse
project. If you do not want to have this in the same repository, or
cannot, you could have a local file:// repository that contains this same
project folder. svn:externals can be used to pull in projects from the
same repository or a different repository.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Jan 20 15:07:09 2006

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.