SvnAddSettings.

Force Property

Summary

Gets or sets a value indicating whether the command should be forced. If Force is not set and path is already under version control the command will not succeed. If Force is set, do not error on already-versioned items. When used on a directory in conjunction with the recursive flag, this has the effect of scheduling for addition unversioned files and directories scattered deep within a versioned tree.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Add
Containing Type
SvnAddSettings

Syntax

public bool Force { get; set; }

Value

Type Description
bool