aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorTom Grimshaw2010-06-26 11:02:09 -0700
committerTom Grimshaw2010-06-26 11:02:09 -0700
commit5b6485481bbabc2cbe37af00fe55656c12db4b9e (patch)
treec4ff2859c65b59e6c3003e2d31943b5a7bed7f44
parentRemove libs from main tree (diff)
downloadopensim-SC_OLD-5b6485481bbabc2cbe37af00fe55656c12db4b9e.zip
opensim-SC_OLD-5b6485481bbabc2cbe37af00fe55656c12db4b9e.tar.gz
opensim-SC_OLD-5b6485481bbabc2cbe37af00fe55656c12db4b9e.tar.bz2
opensim-SC_OLD-5b6485481bbabc2cbe37af00fe55656c12db4b9e.tar.xz
Add extra Gitminster config options to ini.example
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 6fdfcf2..a71fe72 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -887,6 +887,13 @@
887Enabled = true 887Enabled = true
888RepoPath = "git" 888RepoPath = "git"
889 889
890;How many frames between the scheduled commits?
891CommitFrameInterval = 360000
892
893;Should we automatically commit when necessary to avoid objects never making it into the repo?
894UseSafetyCommit = true
895
896
890[SVN] 897[SVN]
891 Enabled = false 898 Enabled = false
892 Directory = SVNmodule\repo 899 Directory = SVNmodule\repo