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 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. |
