svn tagging is a joke

I keep reading the phrase “Git isn’t better than Subversion, it’s just different”. I’m sure a few years ago people said “SVN isn’t better than CVS, it’s just different”. Anyway, here’s one key aspect that shows how primitive svn is.

Read full post...

Rebasing with svn

So I’ve been accepted as a GSoC student for WordPress. My project involves working on the core WordPress code, but on a separate svn repository. I needed an easy way to keep my branch synchronized with trunk.

Unfortunately, svn doesn’t have the concept of rebasing, so I wrote a little bash script to simulate it.

Read full post...