Summary
Add a file to Subversion.
- Namespace
- Cake
.Svn .Add - Containing Type
- SvnAdder
Syntax
public bool Add(FilePath file, SvnAddSettings settings)
Parameters
Name | Type | Description |
---|---|---|
file | FilePath | The file. |
settings | SvnAddSettings | The settings. |
Return Value
Type | Description |
---|---|
bool |
true if the command was successful. Otherwise false will be returned.
|