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
Checkout a Subversion directory tree.
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn .Checkout - Containing Type
- SvnCheckouter
Syntax
public SvnCheckoutResult Checkout(Uri repositoryUrl, DirectoryPath path, SvnCheckoutSettings settings)
Parameters
Name | Type | Description |
---|---|---|
repositoryUrl | Uri | The URL of the Subversion repository to checkout |
path | DirectoryPath | The local directory name to checkout to. |
settings | SvnCheckoutSettings | The seetings. |
Return Value
Type | Description |
---|---|
SvnCheckoutResult | Result of the checkout operation. |