SenH / redmine-libsvn

Redmine plugin to use libsvn bindings to access Subversion repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Redmine plugin to use libsvn bindings to access Subversion repositories.

License:MIT License


Languages

Language:Ruby 100.0%