Script Editor: SVN Plugins – Arma Reforger
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page creation) |
Lou Montana (talk | contribs) m (Fix $file → $path) |
||
Line 30: | Line 30: | ||
TortoiseProc /command:diff /path:$path | TortoiseProc /command:diff /path:$path | ||
gitex difftool $ | gitex difftool $path | ||
|- | |- | ||
| ''SVN'' Log | | ''SVN'' Log |
Revision as of 10:57, 14 February 2024
SVN plugins are keyboard shortcuts to SVN commands - more precisely TortoiseSVN commands by default. They are defined in SCR_SVNPlugin.c.
Commands
Name | Shortcut | Description | Command |
---|---|---|---|
SVN Blame | Alt + ⇧ Shift + B | List the last author of each line, to find the culprit |
TortoiseProc /command:blame /path:$path /startrev:1 /endrev:-1 /ignoreeol /ignoreallspaces /line:$line gitex blame $path |
SVN Diff | Alt + ⇧ Shift + I | List the changes between the repository and the local file |
TortoiseProc /command:diff /path:$path gitex difftool $path |
SVN Log | Alt + ⇧ Shift + L | Show the file's changes commit history |
TortoiseProc /command:log /path:$path gitex filehistory $path |