ISvnClient.

Update(string, SvnUpdateSettings) Method

Summary

Update a Subversion directory tree.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn
Containing Type
ISvnClient

Syntax

SvnUpdateResult Update(string fileOrDirectoryPath, SvnUpdateSettings settings)

Parameters

Name Type Description
fileOrDirectoryPath string The path to the local file or directory.
settings SvnUpdateSettings Settings to use.

Return Value

Type Description
SvnUpdateResult Result of the export operation.