SvnUpdater.

Update(FilePath, SvnUpdateSettings) Method

Summary

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

Syntax

public SvnUpdateResult Update(FilePath filePath, SvnUpdateSettings settings)

Parameters

Name Type Description
filePath FilePath The file.
settings SvnUpdateSettings The settings.

Return Value

Type Description
SvnUpdateResult Result of the update operation.