Skip to content

Instantly share code, notes, and snippets.

@tuler
tuler / .block
Last active April 3, 2016 05:40 — forked from mbostock/.block
Zoom to Bounding Box II
license: gpl-3.0
@tuler
tuler / redmine_svn_to_git_migrator.rb
Created May 5, 2012 04:31 — forked from rca/redmine_svn_to_git_migrator.rb
Redmine SVN to Git Migrator
#!/usr/bin/ruby
#
# Migration Tool for Redmine issue and time entry comments from SVN revisions to Git (i.e. r1234 => commit:abcdef789)
# ==============================
# (c) 2009 Christoph Olszowka & Sebastian Georgi, Capita Unternehmensberatung
#
# We used this when we migrated two of our main repositories from svn to git (see http://gist.github.com/139478)
# and wanted to have our revision links in Redmine reflect that change, too.
#