diff options
-rw-r--r-- | doc/glossary.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/glossary.txt b/doc/glossary.txt index 4840bf562..d475218f2 100644 --- a/doc/glossary.txt +++ b/doc/glossary.txt @@ -28,4 +28,11 @@ Glossary structure + repository + A colledtion of folders and files that make up the configurations that Bcfg2 applies to server. The repository is located at ``/var/lib/bcfg2`` by default. This is not to be confused with a :term:VCS repository, which is an excellent place to pull your Bcfg2 repository from to manage changes. + + VCS + Stands for `Version Control System <http://en.wikipedia.org/wiki/Revision_control>_. + + .. _Genshi Homepage: http://genshi.edgewall.org/ |