Back from some stressy days, looking forward to test the new 0.6.2 and contribute this and that and what is the first thing I have to face? - svn server is down - again. Use git instead of svn Advantages: 1) Decentral System, there is no single point of failure 2) automatic backup - everybody doing a git-clone has a backup 3) Possible working without internet connection, during Holidays, Flights,... 4) Really fast, much faster then svn 5) merging and branching as easy as could be (we did not do a sigle branch or tagging up to now, but it was often needed!) 6) Works nearly the same way! git-add, git-commit are doing like the svn commands, only push and pull are the new one to learn. 7) Everybody can immediately work on elektra. No circumstantial checking out, working a bit on it, having a large patch which noone is willing to apply - you can git-clone the repos and start the work. If it is good work its easy to merge the branch (push/pull) with full history of both sides. 8) Much better patch management, just use git-applypatch and git-format-patch instead of diff and patch...