PVCSLockTask.

NoBranching Property

Summary

Gets or sets a value indicating whether locking files will take place if checking in those files would result in a branch.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSLockTask

Syntax

[TaskAttribute("nobranching", Required = false)]
[BooleanValidator]
public bool NoBranching { get; set; }

Remarks

This is equivalent to the -nb parameter to the pcli lock command.

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool