Subversion and Visual Studio Code¶
This page is under construction.
The following instructions assume you are using Windows.
- Install VS Code
- Install an SVN plugin to VS Code
- Install SVN command line client tools
- For Windows, install Tortoisesvn command line client tools.
- Add SVN path to settings.json
- In VSC, Ctrol+Shift+P
- Type "open settings"
- Choose Open User Settings (JSON)
- Enter the SVN path
***"svn.path": C:\\Program Files\\TortoiseSVN\\bin\\ - Restart VSC
- Editing files
- File -> Open Folder -> Select a folder managed by SVN
- Open a file