SvnExporter.

Export(Uri, DirectoryPath, SvnExportSettings) Method

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.