https://github.com/fragglet/agito
Subversion to Git conversion script
https://github.com/fragglet/agito
Last synced: 8 months ago
JSON representation
Subversion to Git conversion script
- Host: GitHub
- URL: https://github.com/fragglet/agito
- Owner: fragglet
- License: gpl-2.0
- Created: 2012-10-05T23:50:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T20:41:15.000Z (about 10 years ago)
- Last Synced: 2025-10-05T08:43:02.882Z (8 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Agito is (yet another) Subversion to Git conversion script.
It is designed to do a better job of translating history than git-svn,
which has some subtleties in the way it works that cause it to
construct branch histories that are suboptimal in certain corner case
scenarios. Agito was created to convert the history of Chocolate
Doom, which exhibits some of these corner cases. For more information
on how Agito is different to git-svn, see DESIGN.
To use Agito, you must write a configuration file. The easiest way to
do this is to copy the file 'example.cfg' and modify it as
appropriate. Most of the default settings are fairly sensible. While
Agito has several advanced features that can be used, these can be
simply ignored if they aren't needed.