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

Re: [Subclipse-users] General Subclipse Usage Question

From: Elmar Fasel <Elmar.Fasel_at_artnology.com>
Date: 2006-02-16 20:02:15 CET

Hi,

etornick wrote:

> What concerns me is that it seems incredibly easy to go into the
> repository view and select a folder (like the branches folder -
> (using the suggested subversion folder layouts of branches - tags -
> trunk....)) and right click and delete!!! You could blow away 50
> branches this way!

You can apply a very small hack/patch:
- go to eclipse/plugins/org.tigris.subversion.subclipse.ui_0.9.106
- open plugin.xml with an editor
- enclose the action with label="%DeleteRemoteAction.label" in a
comment, like this:

<!--
 <action
  label="%DeleteRemoteAction.label"
  icon="icons/full/ctool16/delete.gif"
  
helpContextId="org.tigris.subversion.subclipse.ui.delete_remote_resource_action_context"
  tooltip="%DeleteRemoteAction.tooltip"
  
class="org.tigris.subversion.subclipse.ui.actions.DeleteRemoteResourceAction"
  menubarPath="miscGroup"
  id="org.tigris.subversion.subclipse.ui.deleteRemoteResource">
 </action>
-->

No delete action anymore in the context menu of the repository view.

Best regards,
 Elmar

-- 
_________________________________
Elmar Fasel
artnology GmbH
A  Milastraße 4 / D-10437 Berlin
T  +49 (30) 443 50 99 - 29
F  +49 (30) 443 50 99 - 99
E  elmar.fasel@artnology.com
I  http://www.artnology.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Feb 16 20:02:32 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.