Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>SVN Gutter (fork/tcneuen)New to Visual Studio Code? Get it now.
SVN Gutter (fork/tcneuen)

SVN Gutter (fork/tcneuen)

tcneuen

|
2,173 installs
| (0) | Free
Visually blame SVN-stored code line-by-line
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SVN Gutter (fork/tcneuen)

This is the Visual Studio Code version of the Blamer plugin, built for Sublime Text and a published fork of the original from BeauAgst due to inactivity.

Pull requests are always welcome!

Commands:

This extension contributes the following commands to the Command palette.

SVN Gutter - Show Blame: Adds icons to gutter with tooltips containing information from each revision

SVN Gutter - Clear Blame: Clears icons and tooltips

Shortcuts:

Currently only a single keyboard shortcut is available.

SVN Gutter - Show Blame CTRL + ALT + D (Windows) CTRL + CMD + X (Mac)

Features

When run, this extension will place an icon next to each line of your file. Each differently-coloured icon means a different revision. Hovering a line will produce a tooltip, showing the committer, date, and message.

For example if you're working on a project and you want to see who modified a specific line:

Example Usage

Requirements

This extension requires that you're either:

  • On a Windows machine with Tortoise SVN installed, with command-line tools.
  • A Unix machine.

Extension Settings

Enable Detail - By default, the extension get detailed log information for each unique revisions. Disabling this can increase speed, while still showing revision, date, & author in the tooltip.

Enable Pips - By default, the extension displays a coloured pip next to each line number. This can be turned off, whilst still showing the blame information in the tooltip.

Known Issues

From upstream

  • When detail is enabled, can be slow, because all unique logs have to be retrieved first. (#3)
  • Authentication errors #5, #9

Future features

  • Automatic blame on file open
  • Ideas and contributions always welcome!

Release Notes

0.5.2

  • Add a new option to disable fetching details via svn log
  • Percentage complete when pulling logs
  • Fallback on blame info when log fails instead of failing completely
  • Dependency updates

0.5.1

  • Handle cases where author metadata is missing #53
  • Use spawn instead of exec #53
  • Dependency updates

0.5.0

  • Mac blame shortcut added
  • Setting added to disable visual pips #10
  • Better error handling, blame indicator in workbench #3

0.4.0

  • Revision number added to tooltips #7

0.3.2

  • Fixed decoration issue causing characters to show incorrectly dependant on the language #6

0.3.1

  • Removed formatting error in decoration caused by conflict with mailto:
  • Added icon to extension

0.3.0

  • Linux support added. #2

0.2.0

  • Added keyboard shortcut
  • Fixed readme typo

0.1.0

  • Initial release
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft