summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJason Kincl <kincljc@ornl.gov>2012-11-27 22:23:49 -0500
committerJason Kincl <kincljc@ornl.gov>2012-11-27 22:23:49 -0500
commit2928afaa547dd8861f0ba9ca2c48c1579c19b48e (patch)
tree70de2c463d6ad1889b3694a1d99f51639618bf62 /doc
parent10105b311788549bbc6136884bb3e6133d86b1b3 (diff)
downloadbcfg2-2928afaa547dd8861f0ba9ca2c48c1579c19b48e.tar.gz
bcfg2-2928afaa547dd8861f0ba9ca2c48c1579c19b48e.tar.bz2
bcfg2-2928afaa547dd8861f0ba9ca2c48c1579c19b48e.zip
adding doc, changing variable names
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/version/svn.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/server/plugins/version/svn.txt b/doc/server/plugins/version/svn.txt
index 7166ee89d..1c62a0b4e 100644
--- a/doc/server/plugins/version/svn.txt
+++ b/doc/server/plugins/version/svn.txt
@@ -32,3 +32,30 @@ Simply add Svn to your plugins line in ``/etc/bcfg2.conf``::
[server]
plugins = Bundler,Cfg,Metadata,..,Svn
+
+Resolving conflicts
+=======================
+
+By default, the Svn plugin does not attempt to resolve conflicts
+when trying to commit or update the repository. This can be changed by
+adding to ``/etc/bcfg2.conf``::
+
+ [Svn]
+ conflict_resolution =
+
++-----------------+
+| Attribute |
++=================+
+| base |
++-----------------+
+| working |
++-----------------+
+| mine-conflict |
++-----------------+
+| theirs-conflict |
++-----------------+
+| mine-full |
++-----------------+
+| theirs-full |
++-----------------+
+