I think that if nexuiz were to use git, it would be extremely awesome. Here's why:
* First off, git handles binary files way better then SVN does. It's also easier to branch and tag the repo as well. Checkouts would be much faster, and the local checkout of the repository will be much smaller.
* Second, if we were to use something like GitHub, it would make forking the codebase a lot easier. It would encourage people to post up their improvements, and would make it easy to pull those changes into the main repository. IMO, this is the biggest advantage of using git, since community patches are all the rage right now.
We can migrate the current svn repository to git quite easily, I'm in the process of doing it right now for my class-based mod. Github makes this extremely easy, they have a web-based tool that lets you do it without even touching a command line.
Thoughts?
EDIT: Once github is finished, the code for that will be available here:
http://github.com/psychcf/nexuiz-classbased/tree/master