Is it possible to hide Windows' Cut, Copy, Delete, Rename buttons on the context menu when I am working on an checked-out directory?

7

3

I am using Tortoise client and get "paranoid" when I accidently delete/rename files or folders in a checked-out directory using Windows default Delete or Rename buttons as opposed to using Tortoise's that I should use.

Is it possible to hide Windows' Cut, Copy, Delete, Rename buttons on the context menu when I am working ONLY on an checked-out directory?

xport

Posted 2010-12-28T01:49:21.717

Reputation: 2 075

You do realize that Tortoise will mark these files in the commit dialog, and you can easily revert those with an ! and remove those with a ?? – Daniel Beck – 2011-03-29T03:47:18.613

If there's a distinction between a "normal folder" and the Tortoise one in the registry, sure. – Mateen Ulhaq – 2011-03-29T03:48:04.740

Answers

3

No, this is hard as the folder isn't different in the registry and thus the menu entries can't be easily changed.

However, what about moving those actions to the main centext menu in the TortoiseSVN settings?

enter image description here

There is a paste option at the bottom, I suppose it does the a rename action upon a cut item.

Tamara Wijsman

Posted 2010-12-28T01:49:21.717

Reputation: 54 163