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
Export a Subversion directory tree.
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn - Containing Type
- ISvnClient
Syntax
SvnExportResult Export(string from, string to, SvnExportSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| from | string | URL of remote repository or path of local working copy from where the directory tree should be exported. |
| to | string | Path to the local directory where the directory tree should be exported to. |
| settings | SvnExportSettings | Settings to use. |
Return Value
| Type | Description |
|---|---|
| SvnExportResult | Result of the export operation. |
