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