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

Re: [Subclipse-users] Can subclipse cope with linked sources?

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 6 Mar 2008 20:47:28 -0500

On Thu, Mar 6, 2008 at 7:53 PM, Thamm, Russell
<russell.thamm_at_dsto.defence.gov.au> wrote:
> Can I use Subclipse in the situation where the linked sources are in the
> SAME working-copy as the project files but in a different directory?

Subclipse support follows the guidelines of the Eclipse Team Provider
documentation:

http://help.eclipse.org/help33/topic/org.eclipse.platform.doc.isv/guide/team_resources_linked.htm

Strategies for Handling Linked Resources

In order to be "link friendly", a provider should allow projects with
linked resources to be version controlled, but can disallow the
version controlling of linked resources themselves.

A considerably more complex solution would be to allow the versioning
of the actual linked resources, but this should be discouraged since
it brings with it complex scenarios (e.g. the file may already be
version controlled under a different project tree by another
provider). Our recommendation therefore is to support version
controlled projects which contain non-version controlled linked
resources.

Doing anything else with Subversion would be very difficult. We rely
on the Subversion API to perform all activity and it has no knowledge
of Eclipse idiosyncrancies like linked resources.

-- 
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-03-07 02:47:35 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.