SvnAddSettings.

AddParents Property

Summary

Gets or sets a value indicating whether Subversion should recurse up path's directory and look for a versioned directory. If found, add all intermediate paths between it and path. If not found the command will not succeed.
Namespace
Cake.Svn.Add
Containing Type
SvnAddSettings

Syntax

public bool AddParents { get; set; }

Value

Type Description
bool
GitHub