summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-04-13 11:42:08 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2011-04-13 11:42:08 -0400
commitc89cd2a8c930f3a2fc686b555079c9bc60803e0c (patch)
treedb57f742fe5ae275c7a4fd757c5e84ebd2ae25cb /doc
parente386c37ff7436f78c1a9dd33e0c90e2b3254c99d (diff)
parent41edd7fddc7cb53d0fe3880c7707eb0f58879e59 (diff)
downloadbcfg2-c89cd2a8c930f3a2fc686b555079c9bc60803e0c.tar.gz
bcfg2-c89cd2a8c930f3a2fc686b555079c9bc60803e0c.tar.bz2
bcfg2-c89cd2a8c930f3a2fc686b555079c9bc60803e0c.zip
Merge branch 'master' of https://github.com/solj/bcfg2
Diffstat (limited to 'doc')
-rw-r--r--doc/client/tools/vcs.txt15
-rw-r--r--doc/server/configurationentries.txt4
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/client/tools/vcs.txt b/doc/client/tools/vcs.txt
new file mode 100644
index 000000000..fb9c33684
--- /dev/null
+++ b/doc/client/tools/vcs.txt
@@ -0,0 +1,15 @@
+.. -*- mode: rst -*-
+
+.. _client-tools-vcs:
+
+===============
+VCS Client Tool
+===============
+
+.. warning: This tool is currently under development.
+
+.. note: Currently, the only supported VCS is git.
+
+The VCS tool allows you to checkout particular revisions from a VCS
+repository on the client to a specified path. The tool requires the
+appropriate python libraries for the VCS used to be installed.
diff --git a/doc/server/configurationentries.txt b/doc/server/configurationentries.txt
index 6e6ab79f7..4ade2d414 100644
--- a/doc/server/configurationentries.txt
+++ b/doc/server/configurationentries.txt
@@ -95,6 +95,10 @@ necessary for the Path type specified.
| | entries | POSIX entities | group, perms |
| | | | |
+-------------+----------------------+-----------------+--------------------------+
+| vcs | New | Create version | vcstype (git), |
+| | | control | sourceurl, revision |
+| | | checkout | |
++-------------+----------------------+-----------------+--------------------------+
Keep in mind that permissions for files served up by Cfg/TGenshi/TCheetah
are still handled via the traditional :ref:`server-info` mechanisms.