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 .Export - Containing Type
- SvnExporter
Syntax
public SvnExportResult Export(Uri repositoryUrl, DirectoryPath path, SvnExportSettings settings)
Parameters
Name | Type | Description |
---|---|---|
repositoryUrl | Uri | The URL of the Subversion repository. |
path | DirectoryPath | The local directory name. |
settings | SvnExportSettings | The settings. |
Return Value
Type | Description |
---|---|
SvnExportResult | Result of the export operation. |