[-z-] wrote:So ignorant. SVN is fundamentally flawed and a VCS like git, which is distributed, could be very beneficial to an open-source project. No need to branch because technically every user has their own fork, and resolving the differences when pushing to the master becomes easier in these smaller chunks. This means less wasted time.
I don't see how nexuiz can benefit from lots of people having their own version of core code, with their own set of patches, because THAT'S WHAT GIT IS ALL ABOUT.
You see [-z-], when you are working on a large software project, you dont WANT to have your own version of code. You want *EXACTLY* the same as everyone else, and you want it to stay as synced as possible.
Git is a soap bubble.