I have finally been converted.
I will soon be that annoying kid preaching like some sort of religious nut case that Git is the ONLY way forward. Indeed, I've barely used it and I'm already thinking this way for my own use anyway.
The eclipse plugin needs work (maybe I could help a bit?) but that doesn't matter too much really.
What is important is that now any of you can branch the code quickly and easily. You can either just steal a branch by cloning the clone url, OR, what you SHOULD do is setup an account on github and fork it there. You can keep your copy at home upto date with mine and push your merged changes up to the site where i can see them and pull them back in.
This goes for everyone even the most disinterested hackers. If your changes are public as mine will be from now on, your stuff has every chance of making it in. You are now free to hack away at anything and everything. Worst case is I don't like your work and won't pull it. Best case is you sign up on mantis and organise your efforts with myself and Sean and we avoid double up and working on dead code etc.
Sign up on this site :
http://github.com/
Then fork the firmware by going here :
http://github.com/fredcooke/freeems-vanilla/tree/master
I'll do a bit of a guide soon I guess.
As for today... I played around on the train and fixed a build issue... caused by Git. Git doesn't persist directories that are empty... and my makefile didn't handle that... now it does. Commited and available right now :-)
I've got a serial thread to produce tonight and a few other things to do, hopefully I can get some real work done on the code or docs again tomorrow.
Fred.