SvnAdder.

Add(DirectoryPath, SvnAddSettings) Method

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.