Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylertemp/svn_git
https://github.com/tylertemp/svn_git
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tylertemp/svn_git
- Owner: TylerTemp
- Created: 2023-08-04T10:32:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-05T09:01:23.000Z (over 1 year ago)
- Last Synced: 2023-09-05T11:04:24.841Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svn\_git #
About:
covert svn commit since `reversion_number` to now, to git commit.
WARNING:
1. This will do a `svn cleanup . --remove-unversioned`. Ensure you've ignored git files in `svn` config
2. Ensure to do a `svn update` before this toolUsage:
```
Usage:
svn_git [Options] [--reversion=] [--timezone=]Options:
-r, --reversion= target svn reversion [default: local_last_svn_reversion]
-t, --timezone= timezone [default: system_local_timezone]
```If omit `reversion_number`, it will use the latest local commit reversion, then do `svn cleanup` & `svn update`
Install:
```bash
pip install -e .
```