SvnCleaner.

CleanUp(DirectoryPath, SvnCleanUpSettings) Method

Summary

Runs the SVN cleanup command.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.CleanUp
Containing Type
SvnCleaner

Syntax

public bool CleanUp(DirectoryPath path, SvnCleanUpSettings settings)

Parameters

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

Return Value

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