Property | Type | Description | |
---|---|---|---|
Connect | void | ||
CreateSvnClient | SvnClient | ||
CreateSvnLogArgument | SvnLogArgs | ||
CreateSvnRevisionRangeBy | SvnRevisionRange | ||
FileWasDeleted | bool | ||
GetDiff | |||
GetFromTo | Tp.SourceControl.VersionControlSystem.RevisionRange[] | ||
GetLastRevisionId | |||
GetPath | |||
GetRepositoryInfo | SvnInfoEventArgs | ||
GetRepositoryInfo | SvnInfoEventArgs | ||
GetSVNFileStream | |||
GetSvnRevisions | Collection |
||
GetSvnRevisions | Collection |
||
GetTextFileContentSafe | string | ||
RemoveChangedItemFromOtherProject | void |
Method | Description | |
---|---|---|
CheckRevision ( |
||
Dispose ( ) : void | ||
GetAfterTillHead ( |
||
GetBinaryFileContent ( |
||
GetDiff ( |
||
GetFromAndBefore ( |
||
GetFromTillHead ( |
||
GetRevisions ( |
||
GetRevisions ( |
||
GetTextFileContent ( |
||
RetrieveAuthors ( DateRange dateRange ) : string[] | ||
Subversion ( ISourceControlConnectionSettingsSource settings, ICheckConnectionErrorResolver errorResolver, IActivityLogger logger, IDiffProcessor diffProcessor ) : System |
Method | Description | |
---|---|---|
Connect ( ) : void | ||
CreateSvnClient ( ) : SvnClient | ||
CreateSvnLogArgument ( string path, |
||
CreateSvnRevisionRangeBy ( |
||
FileWasDeleted ( string path, |
||
GetDiff ( |
||
GetFromTo ( |
||
GetLastRevisionId ( ) : |
||
GetPath ( string path ) : |
||
GetRepositoryInfo ( ) : SvnInfoEventArgs | ||
GetRepositoryInfo ( string root ) : SvnInfoEventArgs | ||
GetSVNFileStream ( |
||
GetSvnRevisions ( SvnLogArgs arg ) : Collection |
||
GetSvnRevisions ( SvnLogArgs arg, string path ) : Collection |
||
GetTextFileContentSafe ( string revision, string path ) : string | ||
RemoveChangedItemFromOtherProject ( IEnumerable |
public CheckRevision ( |
||
revision | ||
errors | PluginProfileErrorCollection | |
return | void |
public GetAfterTillHead ( |
||
@from | ||
pageSize | int | |
return | Tp.SourceControl.VersionControlSystem.RevisionRange[] |
public GetBinaryFileContent ( |
||
changeset | ||
path | string | |
return | byte[] |
public GetDiff ( |
||
changeset | ||
path | string | |
return |
public GetFromAndBefore ( |
||
@from | ||
to | ||
pageSize | int | |
return | Tp.SourceControl.VersionControlSystem.RevisionRange[] |
public GetFromTillHead ( |
||
from | ||
pageSize | int | |
return | Tp.SourceControl.VersionControlSystem.RevisionRange[] |
public GetRevisions ( |
||
revisionRange | ||
return | Tp.SourceControl.VersionControlSystem.RevisionInfo[] |
public GetRevisions ( |
||
revisionsRange | ||
path | string | |
return | Tp.SourceControl.VersionControlSystem.RevisionInfo[] |
public GetTextFileContent ( |
||
changeset | ||
path | string | |
return | string |
public RetrieveAuthors ( DateRange dateRange ) : string[] | ||
dateRange | DateRange | |
return | string[] |
public Subversion ( ISourceControlConnectionSettingsSource settings, ICheckConnectionErrorResolver errorResolver, IActivityLogger logger, IDiffProcessor diffProcessor ) : System | ||
settings | ISourceControlConnectionSettingsSource | |
errorResolver | ICheckConnectionErrorResolver | |
logger | IActivityLogger | |
diffProcessor | IDiffProcessor | |
return | System |