integrity-subversion¶ ↑
SVN support is in the works for Integrity, but in the meantime copiousfreetime built SVN support into a branch on github.
I took Jeremey’s patch and rolled it into a gem to make installation into an existing copy of Integrity a snap.
Just install the gem:
sudo gem install bkoski-integrity-subversion --source http://gems.github.com
and then add
require 'integrity_subversion'
to Integrity’s config.ru (after the rubygems require, of course…).