Hi, I've been converting the Moose svn repository into .git in preparation for the move.
Once we are confident the conversion went well Moose and Class-MOP will to a gitosis based setup hosted by mst, followed closely by the various "big" MooseX modules. More personal sub projects will be converted based on the author's preference. In order to commit to gitosis you will need an ssh key. Please send mst your ssh public keys (see below for how) so that we can be ready. I have two preview repositories that I'd like to get reviewed http://github.com/nothingmuch/class-mop/ http://github.com/nothingmuch/moose/ Please do not fork/clone/use these repositories for anything but reviewing for correctness. If you spot anything bad let me know. The svn dump I used is a few days old, so don't worry about missing recent commits. The conversion scripts I've written are here: http://github.com/nothingmuch/git-svn-abandon/ Please review those as well. Note that the repositories require additional grafting by hand for merges without metadata. How to create and send an ssh key: 1. run `ssh-keygen` 2. accept the default for the key file 3. optionally choose a passphrase. you can change it later using `ssh-keygen -p` 4. email mst the contents of `~/.ssh/id_rsa.pub`. Make to to *NOT* send the private key file (the one without the .pub extension).