Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tortoise SVN - how to change context menu?

Is it possible to change Tortoise SVN's context menu so that some of the commands I use more frequently appear one level higher in the menu?

eg right click the folder in explorer and you see these options

SVN Update
SVN Commit
Tortoise SVN ... (submenu)

I would like to be able to move or copy some items from the sub menu to the same level as update commit, eg

SVN Update
SVN Commit
Repo-browser
Show Log
Tortoise SVN ... (submenu)

I'm getting tired of expanding that sub menu every single time for commands I use all the time

like image 886
JK. Avatar asked Jul 23 '10 22:07

JK.


People also ask

How do I edit a TortoiseSVN file?

Click on the new working copy and right click to select the repository browser (TortoiseSVN -> Repo-browser) Right click the file of choice in the repository browser and select "Update item to revision"

How do I change my TortoiseSVN URL?

If you use TortoiseSVN, see this article for instructions. In case you need to change the url for your Git repository, you can do this by going to the root of your working copy, then you need to go to . git folder (please note that this folder is hidden), and modify remotes in your config file.

What is Explorer context menu?

A context menu is a pop-up menu that provides shortcuts for actions the software developer anticipates the user might want to take. In a Windows environment, the context menu is accessed with a right mouse click.


1 Answers

Absolutely! Right click in Explorer to get the context menu, then go into the Subversion sub-menu, and click Settings. You can also find Settings under TortoiseSVN in your Start Menu. In the Settings window you will find what you want under General -> Context Menu. The items that are checked in the "Cascaded context menu" list box are the ones that will be in the top-level context menu. I've customized mine and it really does make working with it quicker for me.

like image 75
quentin-starin Avatar answered Sep 24 '22 13:09

quentin-starin