SvnCheckouter.

Checkout(Uri, DirectoryPath, SvnCheckoutSettings) Method

Summary

Checkout a Subversion directory tree.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Checkout
Containing Type
SvnCheckouter

Syntax

public SvnCheckoutResult Checkout(Uri repositoryUrl, DirectoryPath path, SvnCheckoutSettings settings)

Parameters

Name Type Description
repositoryUrl Uri The URL of the Subversion repository to checkout
path DirectoryPath The local directory name to checkout to.
settings SvnCheckoutSettings The seetings.

Return Value

Type Description
SvnCheckoutResult Result of the checkout operation.