ISvnClient.

Checkout(string, string, SvnCheckoutSettings) Method

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.