Mantis#1391. Thank you kindly, Phrearch for a patch that:

Solves svnbackup svn add directory failure.
0.6.0-stable
Charles Krinke 2008-07-10 13:51:56 +00:00
parent 7fd63d9dc8
commit 81af87545e
1 changed files with 5 additions and 3 deletions

View File

@ -212,9 +212,11 @@ namespace OpenSim.Region.Modules.SvnSerialiser
{
m_scenes.Add(scene);
}
scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole;
}
//Only register it once, to prevend command being executed x*region times
if(m_scenes.Count ==1) {
scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole;
}
}
public void PostInitialise()
{