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
- Host: GitHub
- URL: https://github.com/mbossx/svn-tool
- Owner: mbossX
- Created: 2016-07-03T08:26:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T08:49:19.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T08:21:29.641Z (4 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
>