Interface | Description |
---|---|
IDirEntryHandler |
Callback handler for SVN LIST operation
|
IStreamHandler | |
ISvnLogEntryHandler |
Callback handler for SVN LOG operation
|
ISvnRepository |
Class | Description |
---|---|
SvnDirEntry |
Encapsulates information of a dir item
during a SVN LIST command including
path: path relative to the issued list/info command
crRelPath: path relative to the component repository root path
revision: path's revision
node-kind: path's node-kind - see
NodeKind
|
SvnInfo |
(c) by ZFabrik Software KG 2009,2010,2011,2012,2013,2014,2015
User: udoo
Date: 03.07.15
Time: 14:55
|
SvnLogItem |
Encapsulates information of a log item
during a SVN LOG command including
svnPath: the path is relative to the SVN root
revision: path's revision
node-kind: path's node-kind - see
NodeKind
action: the operation on the path at the given revision
|
Enum | Description |
---|---|
NodeKind |
Describes the kind of a
SvnDirEntry or SvnLogItem -
so called a node. |
SvnLogItem.Action |