"Version Control" Menu

This menu may appear in two different forms:
- Defined by User-Defined Actions (Options > User-Defined Actions...)
- Defined by the direct support of one Version Control system (DLL).

"Version Control" Menu

Above you see the menu for the TortoiseSVN support. The associated script are:

TortoiseSVN Update

Action: Script: +TortoiseProc.exe /command:update /path:"%CurrPath()"
Toolbar Picture: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe,3

TortoiseSVN Commit

Action: Script: +TortoiseProc.exe /command:commit /path:"%CurrPath()"
Toolbar Picture: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe,4

TortoiseSVN Diff

Action: Script: +TortoiseProc.exe /command:diff /path:"%CurrFile()" /line:%CurrLine()
Toolbar Picture: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe,16

Read more about Automating TortoiseSVN