I Neither a svn nor a git pro but I do not see in what way svn is better than git. You have the server side in form of a remote repo eg on github. What bugs me about svn is the need to push every commit to the remote for all to see. In git you can experiment in your local repo and revert and commit as you like. When you are happy with you code you push it to the remote location.
|