C# Class PluginTestbed.TortoiseSvnPlugin.TortoiseSvnManager

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
PerformCleanup ( ) : void
PerformSvnCommit ( ) : void
PerformSvnUpdate ( ) : void
RemoveFromVersionControl ( string file ) : void
SeeLogFor ( string file ) : void

Private Methods

Méthode 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 méthode

public PerformCleanup ( ) : void
Résultat void

PerformSvnCommit() public méthode

public PerformSvnCommit ( ) : void
Résultat void

PerformSvnUpdate() public méthode

public PerformSvnUpdate ( ) : void
Résultat void

RemoveFromVersionControl() public méthode

public RemoveFromVersionControl ( string file ) : void
file string
Résultat void

SeeLogFor() public méthode

public SeeLogFor ( string file ) : void
file string
Résultat void