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