ISvnClient.

Vacuum(string, SvnVacuumSettings) Method

Summary

Removes all unversioned and ignored files within the given directory.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn
Containing Type
ISvnClient

Syntax

bool Vacuum(string directoryPath, SvnVacuumSettings settings)

Parameters

Name Type Description
directoryPath string The path in the working copy to vacuum.
settings SvnVacuumSettings Settings to use.

Return Value

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