diff options
author | Fabian Affolter <fabian@bernewireless.net> | 2010-07-13 23:00:22 +0000 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-07-16 16:36:15 -0500 |
commit | 864b75c5d085c29a581b6838332413bccb62f0e2 (patch) | |
tree | 0c3ce88d118813a9f4381b8ead4b83fd5a65cded | |
parent | f3e981a2031768b05c2c60b5091288f6f1b345f0 (diff) | |
download | bcfg2-864b75c5d085c29a581b6838332413bccb62f0e2.tar.gz bcfg2-864b75c5d085c29a581b6838332413bccb62f0e2.tar.bz2 bcfg2-864b75c5d085c29a581b6838332413bccb62f0e2.zip |
Documentation for experimental CVS plugin
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5973 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | doc/server/plugins/version/cvs.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/server/plugins/version/cvs.txt b/doc/server/plugins/version/cvs.txt new file mode 100644 index 000000000..a80b1edbc --- /dev/null +++ b/doc/server/plugins/version/cvs.txt @@ -0,0 +1,24 @@ +.. -*- mode: rst -*- + +.. _server-plugins-version-cvs: + +=== +CVS +=== + +Why use the CVS plugin +========================= + +The CVS plugin is useful if you would like to track changes to +your Bcfg2 repository using a `CVS <http://www.nongnu.org/cvs/>`_ +backend. Currently, it enables you to get revision information out +of your repository for reporting purposes. Future plans are to commit +changes to the repo which are made by the server. + +How to enable the CVS plugin +=============================== + +Simply add "Cvs" to your plugins line in ``/etc/bcfg2.conf``:: + + [server] + plugins = Base,Bundler,Cfg,...,Cvs |