From 864b75c5d085c29a581b6838332413bccb62f0e2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Jul 2010 23:00:22 +0000 Subject: Documentation for experimental CVS plugin git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5973 ce84e21b-d406-0410-9b95-82705330c041 --- doc/server/plugins/version/cvs.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/server/plugins/version/cvs.txt (limited to 'doc') 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 `_ +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 -- cgit v1.2.3-1-g7c22