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

RE: Linked Resources

From: MacDermid, Kenny <kenny.macdermid_at_abridean.com>
Date: 2005-01-06 23:25:15 CET

> From: MacDermid, Kenny [mailto:kenny.macdermid@abridean.com]
> Sent: Thursday, January 06, 2005 11:57 AM
>
> Basically does anyone know the status of linked resources?

As I haven't heard back from anyone yet, I tried turning it on in:

-----
Index: SVNTeamProvider.java
===================================================================
--- SVNTeamProvider.java (revision 1190)
+++ SVNTeamProvider.java (working copy)
@@ -180,4 +180,8 @@
                return RESOURCE_RULE_FACTORY;
        }

+ public boolean canHandleLinkedResources()
+ {
+ return true;
+ }
 }
-----

For the moment it seems to be working fine. The only problem I've seen
is if you attempt to delete a project, and select 'delete contents' then
it will attempt to follow your linked resources, and delete their
content as well.

This may be more of a question for dev@ but does anyone know the current
issues preventing linked-resources from being enabled?

Thanks,

Kenny

PS: patch is only for an example (as outlook messes up the tabs)
Received on Fri Jan 7 09:25:15 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.