Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional commands #14

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ Tortoise SVN is a simple extension for TortoiseSVN binding.

[https://tortoisesvn.net/](https://tortoisesvn.net/)

TortoiseSVN is only available on Windows.
Therefore this extension will NOT WORK on linux and MacOS.

This extension provides commands for various Tortoise SVN actions (see list below) for the
current active file or a folder in the explorer by right-clicking on it.

This extension is a fork of the extension by Florent Ulve.

## Available Commands

* vstortoise.svnLog : Open __log__ for the current active file
* vstortoise.svnDiff : Open __diff__ for the current active file
* vstortoise.svnRevert : Open __revert__ for the current active file
* vstortoise.svnBlame : Open __blame__ for the current active file
* vstortoise.svnProperties : Open __properties__ for the current active file
* vstortoise.svnRepobrowser : Open __repo-browser__ for the current active file
* vstortoise.svnCommit : Open __commit__ for the current active file
* vstortoise.svnUpdate : Open __update__ for the current active file

Expand Down
Loading