diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-04-13 09:24:40 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-04-13 09:24:40 -0500 |
commit | 41edd7fddc7cb53d0fe3880c7707eb0f58879e59 (patch) | |
tree | cf66192a9fd4edb9dcd9bf80d142693d1eff2220 /doc | |
parent | 545dda76d34a06ae25efa2eb3d0c8c0bd70127d0 (diff) | |
download | bcfg2-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')
-rw-r--r-- | doc/client/tools/vcs.txt | 15 | ||||
-rw-r--r-- | doc/server/configurationentries.txt | 4 |
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. |