ISvnClient.

Delete(string, SvnDeleteSettings) Method

Summary

Remove a file or a directory from Subversion.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn
Containing Type
ISvnClient

Syntax

bool Delete(string fileOrDirectoryPath, SvnDeleteSettings settings)

Parameters

Name Type Description
fileOrDirectoryPath string The absolute path to the file or directory.
settings SvnDeleteSettings The settings.

Return Value

Type Description
bool true if the command was successful. Otherwise false will be returned.