SvnMappingDetails interface

Represents a Subversion mapping entry.

Properties

depth

The depth.

ignoreExternals

Indicates whether to ignore externals.

localPath

The local path.

revision

The revision.

serverPath

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