This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Svn.
Summary
Gets or sets the AllowObstructions value
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn .Checkout - Containing Type
- SvnCheckoutSettings
Syntax
public bool AllowObstructions { get; set; }
Remarks
If AllowObstructions is TRUE then the update tolerates existing unversioned
items that obstruct added paths from @a URL. Only obstructions of the same
type (file or dir) as the added item are tolerated. The text of obstructing
files is left as-is, effectively treating it as a user modification after
the update. Working properties of obstructing items are set equal to the
base properties.
If AllowObstructions is FALSE then the update will abort if there are any
unversioned obstructing items
Value
Type | Description |
---|---|
bool |