Hi! We've been using Mercurial as the source control management system for OpenGrok for some years now, and for most of the things we've been doing its been working fine.
As of today we want to move the development of OpenGrok from Mercurial to Git (and hopefully get a gerrit server up'n'running (see: http://code.google.com/p/gerrit/ ) to make it easier for more people to get involved in the development of OpenGrok (and make it easier for us to merge patches etc). Please note that the _only_ thing that change is the location of the master source repository. As of today please use: https://github.com/OpenGrok The new method to check out the git repository is now: git clone git://github.com/OpenGrok/OpenGrok when you've got a patch you'd like to submit to us you can either do that via a pull request on github, or send the patch to the mailing list. You create the patch(es) from: git format-patch HEAD^ (HEAD^ creates a patch file from the latest patch in your repository). Happy hacking folks! Cheers, Trond
_______________________________________________ opengrok-discuss mailing list opengrok-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opengrok-discuss