C# Class MSR.Data.VersionControl.Svn.SvnLog

Inheritance: System.Log
ファイルを表示 Open project: kirnosenko/msr-tools Class Usage Examples

Public Methods

Method Description
SvnLog ( ISvnClient svn, string revision ) : System

Private Methods

Method Description
ParseCommitInfo ( ) : void
ParsePathAction ( string action ) : SvnTouchedPath.SvnTouchedPathAction
ParseTouchedPathsInfo ( ) : void
PathList ( string path, string revision ) : IEnumerable
PreviousRevision ( ) : string
SvnTouchedPaths ( ) : IEnumerable
TouchFile ( TouchedFile action, string path ) : void
TouchFile ( TouchedFile action, string path, string sourcePath, string sourceRevision ) : void
TouchPath ( SvnTouchedPath touchedPath ) : void

Method Details

SvnLog() public method

public SvnLog ( ISvnClient svn, string revision ) : System
svn ISvnClient
revision string
return System