summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-01-06 10:36:38 -0600
committerSol Jerome <sol.jerome@gmail.com>2011-01-06 10:36:38 -0600
commitf2f34ec086678222708535df74d9ee929f65a78a (patch)
tree089cbc7b2725762e9d7785c76beadc5c03aef2de /doc
parent8acbadc0c12d78f6dbc6c379b219ce6fb8ce2965 (diff)
downloadbcfg2-f2f34ec086678222708535df74d9ee929f65a78a.tar.gz
bcfg2-f2f34ec086678222708535df74d9ee929f65a78a.tar.bz2
bcfg2-f2f34ec086678222708535df74d9ee929f65a78a.zip
doc: Add warning about outdated EPEL packages
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/appendix/guides/centos.txt7
-rw-r--r--doc/server/plugins/version/svn2.txt6
2 files changed, 10 insertions, 3 deletions
diff --git a/doc/appendix/guides/centos.txt b/doc/appendix/guides/centos.txt
index 1e3c90156..db463b210 100644
--- a/doc/appendix/guides/centos.txt
+++ b/doc/appendix/guides/centos.txt
@@ -24,6 +24,13 @@ building Bcfg2 from source and making your own packages.
Using EPEL
----------
+.. warning::
+
+ EPEL has outdated versions of the server package for centos5 and
+ earlier. This guide is intended to be used with versions 1.0.0 and
+ higher. Please consider building a newer RPM if you are following
+ this guide.
+
Make sure EPEL_ is a valid repository on your server. The `instructions
<http://fedoraproject.org/wiki/EPEL/FAQ#howtouse>`_ on how to do this
basically say::
diff --git a/doc/server/plugins/version/svn2.txt b/doc/server/plugins/version/svn2.txt
index 773f39f8c..021ae4fd2 100644
--- a/doc/server/plugins/version/svn2.txt
+++ b/doc/server/plugins/version/svn2.txt
@@ -8,14 +8,14 @@ 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
+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
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 plugin will commit them back into the repositroy. For example,
+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``).