This is implemented of Bugspots for subversion.
This tool requires:
- ruby
- rubygems
- libsvn-ruby
(Ubuntu)
$ sudo apt-get install ruby
$ sudo apt-get install rubygems
$ sudo apt-get install libsvn-ruby
$ git clone git://github.com/takanorig/bugspots-svn.git
$ cd bugspots-svn
$ gem build bugspots-svn.gemspec
$ sudo gem install --force bugspots-svn-x.x.x.gem
$ svn checkout http://wwww.samplerepo.com/svn/trunk /path/to/repo
$ svn-bugspots /path/to/repo
(MIT License) - Copyright (c) 2012 Takanori Suzuki