Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-11-19 12:07:51 +0000
committerEike Stepper2011-11-19 12:07:51 +0000
commit5b0e408cacfb4dd04ba28cc6da8d9ff58fe7d232 (patch)
tree4ef1954a3df092a59ce26ab0ffa3c1f7fa264f58
parentfc4c7add7b678db1687aa78a92e1bfcc88ddc164 (diff)
downloadcdo-5b0e408cacfb4dd04ba28cc6da8d9ff58fe7d232.tar.gz
cdo-5b0e408cacfb4dd04ba28cc6da8d9ff58fe7d232.tar.xz
cdo-5b0e408cacfb4dd04ba28cc6da8d9ff58fe7d232.zip
disable branching
-rw-r--r--plugins/org.gastro.server/src/org/gastro/internal/server/OM.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.gastro.server/src/org/gastro/internal/server/OM.java b/plugins/org.gastro.server/src/org/gastro/internal/server/OM.java
index ef7de9e1ca..d71ff7de97 100644
--- a/plugins/org.gastro.server/src/org/gastro/internal/server/OM.java
+++ b/plugins/org.gastro.server/src/org/gastro/internal/server/OM.java
@@ -82,6 +82,7 @@ public abstract class OM
Map<String, String> props = new HashMap<String, String>();
props.put(IRepository.Props.OVERRIDE_UUID, "gastro");
props.put(IRepository.Props.SUPPORTING_AUDITS, "true");
+ props.put(IRepository.Props.SUPPORTING_BRANCHES, "false");
repository = CDOServerUtil.createRepository("gastro", store, props);
CDOServerUtil.addRepository(IPluginContainer.INSTANCE, repository);

Back to the top