Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tylertemp/svn_git


https://github.com/tylertemp/svn_git

Last synced: about 2 months ago
JSON representation

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 tool

Usage:

```
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 .
```