Tag: github

Eric’s take on git and svn

A friend wrote: you seem to really like git. Whats your take on git vs svn? It’s not a matter of git versus svn but more about what is git good at and what is svn good at. git and svn have different designs so they provide different solutions. Thing is, git does what it’s …

Read more

git-svn – switch to a different a svn url

I’m using git and git-svn for all my projects now. It’s wonderful to use git even if the main repository is still in Subversion. Recently though, I had a problem where the Redmine svn repository url changed. Normally you are just recommend to clone the new subversion url with a fresh git-svn repository. Unfortunately, my …

Read more