Hi sycoso,
welcome to the Cafu forums!
Many thanks for putting a copy of Cafu to GitHub!
I've updated our documentation that refers to Git (Getting Started with the Cafu Source Code, Dev FAQ) to also link back to this thread.
I have in fact switched several other project repositories that I use from Subversion to Git. For example, this website is maintained in a Git repository since about half a year.
However, switching the Cafu repository is a quite big challenge:
- We use vendor branches to manage the external libraries, which are not trivially migrated to Git (submodules), especially if you wish to maintain proper branching structure.
- Our issue tracker is quite closely interweaved with the Subversion repository. A migration is possible, but it takes careful planning and a lot of time.
As soon as I can resolve these issues, I'll also provide an "official" Cafu Git repository.
