Comment #3 on issue 1557 by
reiter.c...@gmail.com: Moving away from
google code
https://code.google.com/p/quodlibet/issues/detail?id=1557
Small update:
* git gc --aggressive solved the size issue, now at 20MB
* it also supports exporting tags, so also solved
* if we at the end create a fresh github repo and import issues, issue
numbers should match up (nick: you might want to unfollow that, since the
import might generate tons of emails?)
For fixing references to issues/revisions the following things could be
handled:
1) References to other revisions in commit messages.
2) References to issues in commit messages
3) References to other issues in issues
4) References to revisions in issues
2-4 are fixable with a bit of python. 1 not with the current export script
as the export is split in two stages and only after the second stage git
hashes are available; might be a nice challenge :)