Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code SVN

how can I use SVN on Visual Studio Code? I installed TortoiseSvn but I didn't find how can I use. I want to use commit, update, replace, show history.. Thank you.

like image 903
user2108315 Avatar asked Jul 18 '17 11:07

user2108315


People also ask

Does SVN support VS Code?

VS Code itself does not support SVN, so the issue is in fact, related to those extensions. You should fill an issue in the extensions's repo, asking for the developer to add support for checkout command.

Does Visual Studio support SVN?

The professional grade Subversion integration VisualSVN is a professional grade Subversion integration plug-in for Visual Studio. Key benefits of VisualSVN are: Unbeatable reliability: Visual Studio will never crash or hang because of VisualSVN.

What is checkout code in SVN in Visual Studio code?

You can checkout a SVN repository with the SVN: Checkout command in the Command Palette ( Ctrl+Shift+P ). You will be asked for the URL of the repository and the parent directory under which to put the local repository.


1 Answers

You can install this tool: TortoiseSVN for VS Code

EDIT: This extension is no longer supported or available on VS Code Marketplace.

You may use TortoiseSVN or SVN instead

like image 162
Ciccio Avatar answered Oct 01 '22 20:10

Ciccio