C# Class SourceLog.Plugin.Subversion.SubversionPlugin

Inheritance: Interface.Plugin
ファイルを表示 Open project: tomhunter-gh/SourceLog

Protected Methods

Method Description
CheckForNewLogEntriesImpl ( ) : void

Private Methods

Method Description
ProcessChangedPaths ( SvnLoggingEventArgs svnLogEntry, long revision, LogEntryDto logEntry ) : void
ReadFileVersion ( SvnClient svnClient, string uriString, long revision ) : byte[]

Method Details

CheckForNewLogEntriesImpl() protected method

protected CheckForNewLogEntriesImpl ( ) : void
return void