fantacytyx / vscode-tortoise-svn

tortoisesvn is a simple extension for VSCode to use TortoiseSVN.
MIT License
17 stars 8 forks source link

README

tortoise-svn is a simple extension for VSCode to use TortoiseSVN.

Features

tortoise-svn provides commands to open TortoiseSVN window for update, commit, log, revert, cleanup, add, diff, blame, lock and unlock.
tortoise-svn provides dropdown to select TortoiseSVN action.
Alternatively, you can select target file/directory first, then select the action.

Requirements

It runs only on Windows and needs the TortoiseSVN and TortoiseSVN command line tools.

If TortoiseSVN is not installed at C:\\Program Files\\TortoiseSVN\\bin\\TortoiseProc.exe, please specify the correct path by setting property TortoiseSVN.tortoiseSVNProcExePath in user settings.json.

Commands

For the workspace rootPath

For the active file which open in text editor and has focus

Others

Keybindings

Extension Settings

This extension contributes the following settings:

Change Log

Version 0.1.1

Version 0.0.7

Version 0.0.6

Version 0.0.5

Version 0.0.4

Version 0.0.3

Version 0.0.2

Version 0.0.1

Links

Change log

Source on GitHub

MIT

Enjoy!