ISvnClient.

Export(string, string, SvnExportSettings) Method

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.