@petrisch actually no. The SVN subcommand lets you checkout SVN as if it is a git repository. So you use git commands on it and it does any SVN specific stuff behind the scenes.
SVN is a VERY simply (and extremely slow) protocol.. there isnt anything to know really and its so simple its easy to work entierly in GIT as git can translate everything to SVN for you without any real complexity.
@freemo alright I will give it a try, thanks
@freemo hm thanks for that one I didn't know.
Giving the many subcommands and options I probably still have to know a bit more about svn i guess :-)