summaryrefslogtreecommitdiffstats
path: root/doc/client/tools
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-04-13 09:24:40 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-04-13 09:24:40 -0500
commit41edd7fddc7cb53d0fe3880c7707eb0f58879e59 (patch)
treecf66192a9fd4edb9dcd9bf80d142693d1eff2220 /doc/client/tools
parent545dda76d34a06ae25efa2eb3d0c8c0bd70127d0 (diff)
downloadbcfg2-41edd7fddc7cb53d0fe3880c7707eb0f58879e59.tar.gz
bcfg2-41edd7fddc7cb53d0fe3880c7707eb0f58879e59.tar.bz2
bcfg2-41edd7fddc7cb53d0fe3880c7707eb0f58879e59.zip
VCS: Initial commit (#754)
Preliminary support for version control checkouts onto the client. This client tool is still fairly picky and has some known problems (incorrect git index file, for one). All the abstraction libraries left quite a bit to be desired. Also, none were packaged in popular distributions. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/client/tools')
-rw-r--r--doc/client/tools/vcs.txt15
1 files changed, 15 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.