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 directory to Subversion.
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn .Add - Containing Type
- SvnAdder
Syntax
public bool Add(DirectoryPath directory, SvnAddSettings settings)
Parameters
Name | Type | Description |
---|---|---|
directory | DirectoryPath | The directory. |
settings | SvnAddSettings | The settings. |
Return Value
Type | Description |
---|---|
bool |
true if the command was successful. Otherwise false will be returned.
|