SvnMappingDetails interface
Represents a Subversion mapping entry.
Properties
depth | The depth. |
ignore |
Indicates whether to ignore externals. |
local |
The local path. |
revision | The revision. |
server |
The server path. |
Property Details
depth
The depth.
depth: number
Property Value
number
ignoreExternals
Indicates whether to ignore externals.
ignoreExternals: boolean
Property Value
boolean
localPath
The local path.
localPath: string
Property Value
string
revision
The revision.
revision: string
Property Value
string
serverPath
The server path.
serverPath: string
Property Value
string