This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Svn.
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. |