Due to popular demand I moved debian apt and python-apt from bzr to git today. Moving was pretty painless:
$ git init $ bzr fast-export --export-marks=marks.bzr -b debian/sid /path/to/debian-sid | git fast-import --export-marks=marks.git
And then a fast-import for the debian-wheezy and debian-experimental branches too. Then a
$ git gc --aggressive
(thanks to Guillem Jover for pointing this out) and that was it.
The branches are available at:
- http://anonscm.debian.org/gitweb/?p=apt/apt.git
- http://anonscm.debian.org/gitweb/?p=apt/python-apt.git.
Tags: debian
May 23, 2013 at 11:34 pm |
Great news. It was quite painful (speed) to have to work with bzr a year or two ago, when I was contributing some improvements to python-apt.
June 11, 2013 at 2:57 am |
[…] Read more… […]