Skip to content

A simple TortoiseSVN binding fro Visual Code

License

Notifications You must be signed in to change notification settings

JohanLaneau/vstortoise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Descritpion

Tortoise SVN is a simple extension for TortoiseSVN binding.

https://tortoisesvn.net/

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
  • vstortoise.svnUpdateToRev : Open update-to-revision for the current active file

Default Keybindings

  • alt + shift + l : Log
  • alt + shift + c : Commit
  • alt + shift + d : Diff
  • alt + shift + r : Revert
  • alt + shift + u : Update

Requirements

Tortoise-Proc.exe must be accessible. This can be done by putting TortoiseSVN/bin directory in your system or user %PATH% or by specifying the directory in extension settings.

Changelog

1.3.1

  • Add commands for 'Update to revision'.
  • Rename "Diff" to "Check for modifications".

1.3.1

  • Add commands for 'properties' and 'repo-browser'.

1.2.0

  • Add configuration to set TortoiseSVN path
  • minor refactoring
  • minor bugfixes

1.1.0

  • Change keybindings value du tu conflict with default keybindings

1.0.0

  • Add context and explorer menu for all commands (works with insiders build !)
  • Fix generated TortoiseSVN command

About

A simple TortoiseSVN binding fro Visual Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%