Using git for SVN repos
We're forced to use SVN for some projects at the university. It's OK but when working on the go (Train) and offline it's a pain. Here are the steps for using git.
# initialize repo
git svn clone https://svn-server-address/repo/path
Now you can work and commit to your local …
Continue reading