Summary
Syntax
public SvnInfoResult(Guid repositoryId, Uri repositoryRoot, string lastChangedAuthor, long revision, Uri uri, string path, string fullPath, SvnKind nodeKind)
Parameters
| Name |
Type |
Description |
| repositoryId |
Guid |
The UUID of the Subversion repository. |
| repositoryRoot |
Uri |
The repository root Uri. |
| lastChangedAuthor |
string |
The author of the last revision. |
| revision |
long |
The revision of the node. |
| uri |
Uri |
The full Uri of the node. |
| path |
string |
The path of the file. The local path if requisting working version,
otherwise the name of the file at the specified version. |
| fullPath |
string |
The path in a normalized format. |
| nodeKind |
SvnKind |
The kind of the Subversion node. |
Return Value