[Opensim-dev] SVNBACKUP Module ... HowTo ?

Ursula MATOVA ursula.matova at klintcentral.net
Tue May 6 15:09:27 UTC 2008


Hi all,

I'd like to test the brand new SVNBackupModule
but, I'm unable to find any documentation on it :( could somebody  
point me on if it exists ?

I've made some tests, but without success for now ...

- Set up a SVN Server on my Linux Box,
- Creating an initial repository : "opensim",
- Test from my windows box with TortoiseSVN. I'm able to checkin/ 
checkout the repository.

Now, OpenSim.ini configuration :

[SVN]
Enabled = true
Directory = SVN4488
URL = "svn://127.0.0.1/opensim"
Username = "yyyyyyyy"
Password = "xxxxxxxx"
ImportOnStartup = true
Autosave = false
AutoSavePeriod = 15 ; Number of minutes between autosave backups

Gives me the following error :

16:32:28 - [SVNBACKUP]: Connecting to SVN server svn://127.0.0.1/ 
opensim ...
[APPLICATION]:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

Exception: System.TypeInitializationException: An exception was thrown  
by the type initializer for  
PumaCode.SvnDotNet.SubversionSharp.SvnClient --->  
System.TypeInitializationException: An exception was thrown by the  
type initializer for PumaCode.SvnDotNet.AprSharp.Apr --->  
System.DllNotFoundException: libapr
   at (wrapper managed-to-native)  
PumaCode.SvnDotNet.AprSharp.Apr:apr_initialize ()
   at PumaCode.SvnDotNet.AprSharp.Apr..cctor () [0x00000] --- End of  
inner exception stack trace ---

   at PumaCode.SvnDotNet.AprSharp.AprAllocator.Create () [0x00000]
   at PumaCode.SvnDotNet.SubversionSharp.Svn.AllocatorCreate ()  
[0x00000]
   at PumaCode.SvnDotNet.SubversionSharp.Svn.PoolCreate (AprPool pool)  
[0x00000]
   at PumaCode.SvnDotNet.SubversionSharp.Svn.PoolCreate () [0x00000]
   at PumaCode.SvnDotNet.SubversionSharp.SvnConfig.Ensure () [0x00000]
   at PumaCode.SvnDotNet.SubversionSharp.SvnClient..cctor () [0x00000]  
--- End of inner exception stack trace ---

   at  
OpenSim.Region.Modules.SvnSerialiser.SvnBackupModule.SetupSvnProvider  
() [0x00000]
   at  
OpenSim.Region.Modules.SvnSerialiser.SvnBackupModule.PostInitialise ()  
[0x00000]
   at OpenSim.Region.Environment.ModuleLoader.PostInitialise ()  
[0x00000]
   at  
OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin.Initialise  
(OpenSim.OpenSimMain openSim) [0x00000]
   at OpenSim.OpenSimMain.InternalStartUp () [0x00000]
   at OpenSim.OpenSimMainConsole.StartUp () [0x00000]
   at OpenSim.Application.Main (System.String[] args) [0x00000]
InnerException: System.TypeInitializationException: An exception was  
thrown by the type initializer for PumaCode.SvnDotNet.AprSharp.Apr --- 
 > System.DllNotFoundException: libapr
   at (wrapper managed-to-native)  
PumaCode.SvnDotNet.AprSharp.Apr:apr_initialize ()
   at PumaCode.SvnDotNet.AprSharp.Apr..cctor () [0x00000] --- End of  
inner exception stack trace ---

   at PumaCode.SvnDotNet.AprSharp.AprAllocator.Create () [0x00000]
   at PumaCode.SvnDotNet.SubversionSharp.Svn.AllocatorCreate ()  
[0x00000]
   at PumaCode.SvnDotNet.SubversionSharp.Svn.PoolCreate (AprPool pool)  
[0x00000]
   at PumaCode.SvnDotNet.SubversionSharp.Svn.PoolCreate () [0x00000]
   at PumaCode.SvnDotNet.SubversionSharp.SvnConfig.Ensure () [0x00000]
   at PumaCode.SvnDotNet.SubversionSharp.SvnClient..cctor () [0x00000]

Application is terminating: True





Any idea ?

I'm using OpenSim.Rev4488 / Linux32 / Standalone / Mono 1.9.1

Thanks in advance,


Ursula.




More information about the Opensim-dev mailing list