Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 735 Bytes

README.textile

File metadata and controls

25 lines (16 loc) · 735 Bytes

Redmine Libsvn Plugin

This plugin overrides default Redmine Subversion adapter to make it use
Libsvn instead of calling svn command line client.

Requirements

This plugin requires Libsvn Ruby bindings. On Debian based
distributions, they are provided by the libsvn-ruby package.

Installation and Setup

Instructions can be found on Redmine online documentation :
http://www.redmine.org/wiki/redmine/Plugins

Usage

Once the plugin is installed, all subversion repositories are accessed
through Libsvn bindings.

Simple benchmark

user system total real
libsvn 0.150000 0.020000 0.170000 ( 0.230447)
svn command 8.150000 0.480000 8.750000 ( 8.987669)