ISvnClient.

CleanUp(string, SvnCleanUpSettings) Method

Summary

Cleans up the directory with an SVN working copy.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn
Containing Type
ISvnClient

Syntax

bool CleanUp(string directoryPath, SvnCleanUpSettings settings)

Parameters

Name Type Description
directoryPath string The path in the working copy to clean up.
settings SvnCleanUpSettings Settings to use.

Return Value

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