summaryrefslogtreecommitdiffstats
path: root/doc/server/plugins/version/svn.txt
blob: a23d4d35b3b339ea32ddfd923d2a83525fe1b99d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.. -*- mode: rst -*-

.. _server-plugins-version-svn:

===
Svn
===

The Svn plugin is useful if you would like to track changes to your
bcfg2 repository using a `Subversion <http://subversion.tigris.org/>`_
backend. It deprecates the previous Subversion integration mentioned here
at ftp://ftp.mcs.anl.gov/pub/bcfg/papers/directing-change-with-bcfg2.pdf.

Currently, It enables you to get revision information out of your
repository for reporting purposes. Once the plugin is enabled, every time
a client checks in, it will include the current repository revision in
the reports/statistics.

Future plans are to commit changes to the repo which are made by the
server (adding clients, ssh keys, etc).

How to enable the Svn plugin
============================

Simply add Svn to your plugins line in ``/etc/bcfg2.conf``::

    [server]
    plugins = Base,Bundler,Cfg,..,Svn