aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorAdam Frisby2008-04-17 13:20:06 +0000
committerAdam Frisby2008-04-17 13:20:06 +0000
commita0fc29878e3279891d2ce9d53b537cbe52946f5e (patch)
tree2baff67d85fc62dc946a863867c76323999b477a /bin
parent* Added a directory for the SVN module. More about to come. (diff)
downloadopensim-SC_OLD-a0fc29878e3279891d2ce9d53b537cbe52946f5e.zip
opensim-SC_OLD-a0fc29878e3279891d2ce9d53b537cbe52946f5e.tar.gz
opensim-SC_OLD-a0fc29878e3279891d2ce9d53b537cbe52946f5e.tar.bz2
opensim-SC_OLD-a0fc29878e3279891d2ce9d53b537cbe52946f5e.tar.xz
* Added a directory for the SVN module. More about to come.* SVNBackupModule
* See OpenSim.ini.example settings for how to use * Only compatible with svn:// and http:// authentication for the moment (and only using simple authentication). SSL/SSH key support is supported by the library used (SvnDotNet), but is not yet supported in OpenSim. * Use the command "svn save" to make a copy of your regions to SVN. Presently this is not an automatic process, but such a feature is on the todo list. * It will in your repository create a subdirectory for each region with the regions UUID, inside there it will create a 'terrain load' compatible 'heightmap.r32', and a load-xml2 compatible 'objects.xml' plus information files. * Untested on Linux, some compatibility work may be needed by Linux peoples. The dependencies will be the same as for SvnDotNet which is supposedly mono-compatible.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 4e99740..92fdae0 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -380,4 +380,11 @@ TeleportPriceExponent = 2
380EnergyEfficiency = 1 380EnergyEfficiency = 1
381PriceObjectRent = 1 381PriceObjectRent = 1
382PriceObjectScaleFactor = 10 382PriceObjectScaleFactor = 10
383PriceParcelRent = 1 \ No newline at end of file 383PriceParcelRent = 1
384
385[SVN]
386Enabled = false
387Directory = SVNmodule\repo
388URL = "svn://your.repo.here/"
389Username = "user"
390Password = "password"