Honyaku mailing-list code open sourced

I've open sourced the code for the honyaku mailing-list archive, and posted the code to Google code (I named it ml-archive because my plan is to make it a generic mailing-list archive site). The site is written in Python, using the django web framework. It's released under the MIT license.

One of the challenges I'm facing is version control. I use Mercurial for my version control, but Google code only supports Subversion. And while I've seen several explanations of how to migrate from SVN to hg, I haven't seen any for going in the other direction. Ideally, I'd like to keep using Mercurial, and automatically sync my hg repository with the site's SVN repository. If anyone knows how to do this, please leave a comment!

No comments yet. Be the first.

Leave a reply