svn-scm icon indicating copy to clipboard operation
svn-scm copied to clipboard

SVN support for VS Code

Results 111 svn-scm issues
Sort by recently updated
recently updated
newest added

- VSCode Version: 1.70.1 - OS Version: Windows 10 21H2 - Extension Version: 2.15.5 - System Language: English (United States) - SVN Version: 1.14.0 **Is your feature request related to...

I frequently get caught out doing a commit when I have last-minute changes unsaved in buffers. As currently implemented (v2.15.5) SVN does not warn about this and commits the on-disk...

feature request

Ported SVG icons to [Codicons](https://github.com/microsoft/vscode-codicons) for cleaner UI. **Preview Dark** ![image](https://user-images.githubusercontent.com/32381261/145674604-04883b23-4f58-42e9-9a3d-db543dc21f72.png) **Preview Light** ![image](https://user-images.githubusercontent.com/32381261/145674541-d38348dc-dc70-4fe6-b423-f900e8e77676.png)

This pull request adds a new "Selected Revisions" TreeView to the SVN panel. This panel allows you to cherry pick revisions and view file diffs within that revision. You can...

This change targets same issue as #891 in simpler manner. To check if another repo has been added to the workspace, checking directory FS events is enough. This should reduce...

use dayjs format the date in CommitToolTip

- VSCode Version: - OS Version: Windows 10 / WSL2 / Ubuntu 18.04.1 LTS - Extension Version: 2.11.4 - System Language: Korean - SVN Version: 1.9.7 ## Issue ## With...

needs investigation

Offer the same functionality as delivered by Tortoise SVN https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-settings.html#tsvn-dug-settings-hooks In our company, we like using your add-on directly from Visual Code, but then our commit Hook configured in Tortoise...

feature request

At present, I can select multiple files in source control, right-click them and choose "commit selected". However, when some of the files are in externals, source control in vscode will...