Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 1 | -6/+6 | |
2008-07-10 | Mantis#1391. Thank you kindly, Phrearch for a patch that: | Charles Krinke | 1 | -3/+5 | |
Solves svnbackup svn add directory failure. | |||||
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -12/+12 | |
2008-05-28 | Change a couple Windows directory separators in SVN module to be platform ↵ | Jeff Ames | 1 | -2/+2 | |
agnostic. | |||||
2008-05-20 | Add copyright notices. | Jeff Ames | 1 | -2/+29 | |
Fix spelling typo (Thanks ChrisDown for pointing this out) | |||||
2008-05-16 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵ | Adam Frisby | 1 | -1/+1 | |
with namespaces. | |||||
2008-04-30 | * Sometimes you know, you do something really stupid. | Adam Frisby | 1 | -1/+1 | |
* This is one of those times (should fix build) | |||||
2008-04-21 | * Various compiler warning cleanups. | Adam Frisby | 1 | -11/+11 | |
2008-04-21 | * Formatted ExportSerialiserModule and SvnBackupModule | Adam Frisby | 1 | -69/+72 | |
* Added a form of GZip compression support to object.xml files produced by exportserialiser. Will look towards standard GZip support. File compression seems to be highly worthwhile reducing a 1.5mb sim state to 62kb. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2 | -17/+19 | |
(this took a while to run). | |||||
2008-04-21 | * Added support for periodic autosaves - added to SvnBackupModule. Will ↵ | Adam Frisby | 1 | -8/+30 | |
cause a SVN revision to be saved every X minutes. (Default = 15) * Added 'Autosave' options to OpenSim.ini.Example * Added 'ImportOnStartup' option to OpenSim.ini.example | |||||
2008-04-20 | * Added some more fixes, refactored SVNModule slightly. | Adam Frisby | 1 | -12/+31 | |
2008-04-20 | * Added support for new "svn load-region <region name> [svn revision]" ↵ | Adam Frisby | 1 | -0/+44 | |
command to SVN Backup Module. | |||||
2008-04-20 | * Added experimental "svn load <revision>" command to allow you to load a ↵ | Adam Frisby | 1 | -7/+38 | |
region from a specified SVN revision. Potentially useful for rollbacks. | |||||
2008-04-20 | * Fixed three compiler warnings introduced in the previous commit. | Adam Frisby | 1 | -1/+1 | |
2008-04-20 | * Various SvnBackupModule fixes. | Adam Frisby | 1 | -1/+23 | |
2008-04-19 | * Fix build break in previous revision | Justin Clarke Casey | 1 | -1/+1 | |
2008-04-19 | * Several fixes for SvnBackupModule | Adam Frisby | 1 | -21/+53 | |
* SVNBackup module now works correctly when you have more than one region. * Various textual and feature improvements, including new 'ImportOnStartup' option for OpenSim.ini (place in [SVN] section) | |||||
2008-04-17 | * Added "svn load" command to correspond "svn save". Will grab the latest ↵ | Adam Frisby | 1 | -0/+12 | |
revision. * TODO: Specific revision support. | |||||
2008-04-17 | * Added a directory for the SVN module. More about to come.* SVNBackupModule | Adam Frisby | 1 | -39/+39 | |
* 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. | |||||
2008-04-17 | Update svn properties. Add copyright info to some source files. | Jeff Ames | 2 | -173/+227 | |
2008-04-17 | * Committing first version of SVN Backup Module | Adam Frisby | 2 | -0/+173 | |
This is a module which allows you to periodically export a serialised version of your region to a SVN repository and store it there. It is still a work in progress and is currently disabled and incomplete, but some of the functionality is demonstratable. * Enjoy. |