Repository is archived
No commit activity in last 3 years
No release in over 3 years
Bundled subversion support for integrity
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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…).