C# 클래스 OpenSim.Region.Modules.SvnSerialiser.SvnBackupModule

상속: IRegionModule
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 메소드들

메소드 설명
Close ( ) : void
Initialise ( Scene scene, IConfigSource source ) : void
LoadAllScenes ( ) : void
LoadAllScenes ( int revision ) : void
LoadRegion ( Scene scene ) : void
LoadScene ( string name ) : void
LoadScene ( string name, int revision ) : void
PostInitialise ( ) : void
SaveAllRegions ( ) : void

Saves all registered scenes to the SVN repo, then commits.

SaveRegion ( Scene scene ) : void

Exports a specified scene to the SVN repo directory, then commits.

비공개 메소드들

메소드 설명
CheckoutSvn ( ) : void
CheckoutSvn ( SvnRevision revision ) : void
CreateAndAddExport ( Scene scene ) : List
CreateSvnDirectory ( ) : void
EventManager_OnPluginConsole ( string args ) : void
GetCommitLogCallback ( AprString &logMessage, SvnPath &tmpFile, AprArray commitItems, IntPtr baton, AprPool pool ) : SvnError
SetupSerialiser ( ) : void
SetupSvnProvider ( ) : void
SimpleAuth ( SvnAuthCredSimple &svnCredentials, IntPtr baton, AprString realm, AprString username, bool maySave, AprPool pool ) : SvnError
m_timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Initialise() 공개 메소드

public Initialise ( Scene scene, IConfigSource source ) : void
scene OpenSim.Region.Framework.Scenes.Scene
source IConfigSource
리턴 void

LoadAllScenes() 공개 메소드

public LoadAllScenes ( ) : void
리턴 void

LoadAllScenes() 공개 메소드

public LoadAllScenes ( int revision ) : void
revision int
리턴 void

LoadRegion() 공개 메소드

public LoadRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

LoadScene() 공개 메소드

public LoadScene ( string name ) : void
name string
리턴 void

LoadScene() 공개 메소드

public LoadScene ( string name, int revision ) : void
name string
revision int
리턴 void

PostInitialise() 공개 메소드

public PostInitialise ( ) : void
리턴 void

SaveAllRegions() 공개 메소드

Saves all registered scenes to the SVN repo, then commits.
public SaveAllRegions ( ) : void
리턴 void

SaveRegion() 공개 메소드

Exports a specified scene to the SVN repo directory, then commits.
public SaveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene The scene to export
리턴 void