An open API service indexing awesome lists of open source software.

https://github.com/mbossx/svn-tool

vscode svn tool
https://github.com/mbossx/svn-tool

Last synced: 2 months ago
JSON representation

vscode svn tool

Awesome Lists containing this project

README

        

># What
This is a tool of svn used in vscode!
>

-------

># Usage
First of all, set the config in `settings.json`, and set it like this:
>>`"svntool.path": "C:\\svn.exe",`
>>` "svntool.url": "svn://a.b.com/aaa",`
>>`"svntool.username": "aaa",`
>>`"svntool.password": "bbb"`
>
and then use like this:
>>`ctrl+v ctrl+k` to checkout!
>>`ctrl+v ctrl+c` to commit!
>>`ctrl+v ctrl+u` to update!
>

-----

># Todo
mare function will be build soon!
>