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.

