March 2010
2 posts
A simple way to import commits from git to svn
Disclaimer: I’m posting this because when I googled for a quick solution for importing a few git commits into subversion there was nothing. This might not be perfect, but it worked for me. The basic idea is to output the patch files from git. This will export a patch file for each commit between these two shas git format-patch --no-prefix sha1..sha2 Then apply the patch, add and remove...
Mar 31st
Real Time Web Talk at Scottish Ruby Conf
Here are the slides for the talk Makoto and I gave today at Scottish Ruby Conf. Thanks to everyone who came to support us, and for all the positive comments. Real Time Web - What’s that for?View more presentations from mloughran.
Mar 27th