C# 클래스 MSR.Data.VersionControl.Svn.SvnLog

상속: System.Log
파일 보기 프로젝트 열기: kirnosenko/msr-tools 1 사용 예제들

공개 메소드들

메소드 설명
SvnLog ( ISvnClient svn, string revision ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

SvnLog() 공개 메소드

public SvnLog ( ISvnClient svn, string revision ) : System
svn ISvnClient
revision string
리턴 System