summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2010-12-18 20:49:57 -0600
committerTim Laszlo <tim.laszlo@gmail.com>2010-12-18 20:49:57 -0600
commitfe0f19652d6a93057a604eabef2e3ee983bac3eb (patch)
tree9261005fcba4ab047ffec207c3ec966c1538e0f0 /doc
parent67e605b1abcd37cf59af36254b87b61730979aa4 (diff)
downloadbcfg2-fe0f19652d6a93057a604eabef2e3ee983bac3eb.tar.gz
bcfg2-fe0f19652d6a93057a604eabef2e3ee983bac3eb.tar.bz2
bcfg2-fe0f19652d6a93057a604eabef2e3ee983bac3eb.zip
docs: Minor changes to svn2 docs
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/version/svn2.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/server/plugins/version/svn2.txt b/doc/server/plugins/version/svn2.txt
index a1f146c85..773f39f8c 100644
--- a/doc/server/plugins/version/svn2.txt
+++ b/doc/server/plugins/version/svn2.txt
@@ -8,13 +8,13 @@ Svn2
The Svn2 plugin is useful if you would like to track changes to your
bcfg2 repository using a `Subversion <http://subversion.tigris.org/>`_
-backend. It is a rewrite of the Svn plugin using the native
+backend. It is a rewrite of the Svn plugin using the
`pysvn <http://pysvn.tigris.org/>`_ api.
-Currently, It enables you to get revision information out of your
+Currently, it enables you to get revision information out of your
repository for reporting purposes. Once the plugin is enabled, every time
a client checks in, it will include the current repository revision in
-the reports/statistics. If any changes are made from the bcfg2-server
+the reports/statistics. If any changes are made from the bcfg2-server,
the plugin will commit them back into the repositroy. For example,
``/usr/sbin/bcfg2-admin pull client Path /some/file`` will update the
servers repository and commit the changes into svn.
@@ -33,6 +33,6 @@ Auto Commit feautre
Svn2 adds the ability to commit changes back into the repository. In
order for this feature to work the repository should already be under version
control and the user the bcfg2-server runs as must be able to commit without
-any interaction. For example a file base repository url
+any interaction. For example, a file base repository url
(``file:///path/to/repo``).