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 - Containing Type
- ISvnClient
Syntax
SvnCheckoutResult Checkout(string from, string to, SvnCheckoutSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| from | string | URL of remote repository |
| to | string | Path to the local directory where the directory tree should be checked out to. |
| settings | SvnCheckoutSettings | Settings to use. |
Return Value
| Type | Description |
|---|---|
| SvnCheckoutResult | Result of the export operation. |
