summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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 |
++-----------------+
+