Just a quick suggestion here. I was wondering if the devs had looked at the possibility of migrating the code to Git (rather than CVS). I'm a fairly new Git user, but am *absolutely in love* with it - very clean and simple, and the web-based GUI ( git-instaweb ) is **outstanding** . It makes it ultra-easy to get a really good overview of the tree.
I've noticed on the dev mailing-list that there has been some heat recently on a few commits breaking this and that. Just seems to me that working with Git gives you a much more "natural" way of developing code. Branches, merges, rollbacks etc are just so simple and easy that it would be one way of getting rid of the "your commit broke xyz" stuff that is so common in projects (not just here, but in very many other places too...
Just my 2c worth, and this is meant to be a very constructive comment - keep up the great work, devs!
- mr_moose

