SvnCheckoutTask.

CacheAuth Property

Summary

true if the authentiction token should be cached locally.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Svn
Containing Type
SvnCheckoutTask

Syntax

[TaskAttribute("cache-auth", Required = false)]
[BooleanValidator()]
public bool CacheAuth { get; set; }

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool