SvnUpdateSettings.

UpdateParents Property

Summary

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

Syntax

public bool UpdateParents { get; set; }

Value

Type Description
bool