C# Class PluginTestbed.TortoiseSvnPlugin.TortoiseSvnManager

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
PerformCleanup ( ) : void
PerformSvnCommit ( ) : void
PerformSvnUpdate ( ) : void
RemoveFromVersionControl ( string file ) : void
SeeLogFor ( string file ) : void

Private Methods

Method Description
CallProcessWithArguments ( string processFileName, string arguments, bool showWindow ) : Process
CallProcessWithArguments ( string processFileName, string arguments ) : void
CallTortoiseProcessWithArguments ( string arguments ) : void
CallTortoiseProcessWithArguments ( string arguments, bool showWindow ) : void

Method Details

PerformCleanup() public method

public PerformCleanup ( ) : void
return void

PerformSvnCommit() public method

public PerformSvnCommit ( ) : void
return void

PerformSvnUpdate() public method

public PerformSvnUpdate ( ) : void
return void

RemoveFromVersionControl() public method

public RemoveFromVersionControl ( string file ) : void
file string
return void

SeeLogFor() public method

public SeeLogFor ( string file ) : void
file string
return void