SvnCheckoutSettings Class

Summary

Settings for SvnCheckouter.
Namespace
Cake.Svn.Checkout
Base Types
graph TD Base0["SvnRemoteSettings"]-->Type click Base0 "/Cake.Svn/api/Cake.Svn/SvnRemoteSettings" Base1["SvnSettings"]-->Base0 click Base1 "/Cake.Svn/api/Cake.Svn/SvnSettings" Base2["object"]-->Base1 Type["SvnCheckoutSettings"] class Type type-node

Syntax

public sealed class SvnCheckoutSettings : SvnRemoteSettings

Properties

Name Value Summary
AllowObstructions bool
Gets or sets the AllowObstructions value
Credentials SvnCredentials
Gets or sets the credentials to use for accessing the repository.
Inherited from SvnRemoteSettings
Depth SvnDepth
Gets or sets a the tree depth to which Subversion should limit the scope.
IgnoreExternals bool
Gets or sets a value indicating whether externals definitions and the external working copies managed by them should be ignored.
Insecure bool
Gets or sets a value indicating whether insecure SSL certificates should be ignored or not.
Inherited from SvnRemoteSettings
Revision Nullable<T>
Gets or sets the revision on with which to operate.
ThrowOnCancel bool
Gets or sets a value indicating whether the call must throw an error if the operation is canceled. Defaults to true.
Inherited from SvnSettings
ThrowOnError bool
Gets or sets a value indicating whether the call must throw an error if an error occurs. Defaults to true.
Inherited from SvnSettings
ThrowOnWarning bool
Gets or sets a value indicating whether the call must throw an error if a non fatal error occurs. Defaults to false.
Inherited from SvnSettings
GitHub