I have forked MultiWii on GitHub and I hope to gradually collect together all the features that are languishing in various forks/zip files on the forums...
How should we go about testing, verifying and merging these useful modifications with the main source code? Isn't it time the code moved to github in it's entirety since Google code is/will be read only?
So far I have taken Solarwater's GPS RTH Failsafe code and merged this into my branch. I'm not great with GIT and somehow the Multiwii.cpp file got changed in whole, but the changes show in a subsequent commit where I tried to fix the previous commit but ended up with a new one! D'oh! Cherry picking from my fork is really easy with a graphical diff tool such as Meld...
I use SVN day-to-day for my work so I'm generally not afraid of version control, just better at SVN than Git.
I would like to see features that are sitting on the forums included:
Failsafe RTH (see my fork here: https://github.com/estechnical/multiwii-firmware - based on Solarwater's work in the forum but tidied up to just show the relevant changes)
Battery low auto-land
So how would I get commit access?

Ed