ISvnClient.

Add(string, SvnAddSettings) Method

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.