JohnstonCode / svn-scm

SVN support for VS Code
MIT License
208 stars 84 forks source link

Copy link to repository URL to clipboard #1595

Closed Kalofin closed 6 months ago

Kalofin commented 1 year ago

When writing documentation I often need to refer to files in an SVN repository.

Add an item to the context menu of a file which copies the SVN repository HTTP-URL for this file. The link should also include the revision of the file (!svn/bc/<revision_number>/ appended to the URL).

Currently I need to go to the terminal and run svn info <filename> to get the URL and revision.