SvnUpdater.

Update(DirectoryPath, SvnUpdateSettings) Method

Summary

Update the directory at directoryPath that is a member of a Subversion directory tree.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Update
Containing Type
SvnUpdater

Syntax

public SvnUpdateResult Update(DirectoryPath directoryPath, SvnUpdateSettings settings)

Parameters

Name Type Description
directoryPath DirectoryPath The directory.
settings SvnUpdateSettings The settings.

Return Value

Type Description
SvnUpdateResult Result of the update operation.