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

Re: [Subclipse-users] Svn as a sub-part of my eclipse project

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 14 Jul 2008 09:24:30 -0400

2008/7/14 Igor Rosenberg <igor.rosenberg_at_atosresearch.eu>:

> I'm only using svn on one subdirectory of my project (src/) [because I use a different
> directory structure than the original complete project on the whole svn] . When opening the
> project in eclipse, which uses subclipse fine in other projects, the src/ directory does not
> appear as version controlled. Is it possible to have the "Team" functionalities only on a
> sub-part of a project?

Unfortunately, there is no way to do this. Subclipse requires that
the entire project be connected to Subversion.

Depending on your needs, one possible solution would be to create a
local file:// repository. Store your Eclipse project in that
repository, and use the svn:externals property feature to have the
"src" folder come from the other repository. Then, with the exception
of that one folder, the rest of your project is just versioned
locally.

-- 
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-07-14 15:24:46 CEST

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.