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
Add a file or a directory to Subversion.
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn - Containing Type
- ISvnClient
Syntax
bool Add(string fileOrDirectoryPath, SvnAddSettings settings)
Parameters
Name | Type | Description |
---|---|---|
fileOrDirectoryPath | string | The absolute path to the file or directory. |
settings | SvnAddSettings | The settings for adding the file or directory. |
Return Value
Type | Description |
---|---|
bool | true if the command was successful. Otherwise false will be returned. |