SvnVacuum.

Vacuum(DirectoryPath, SvnVacuumSettings) Method

Summary

Runs the SVN vacuum command.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Vacuum
Containing Type
SvnVacuum

Syntax

public bool Vacuum(DirectoryPath path, SvnVacuumSettings settings)

Parameters

Name Type Description
path DirectoryPath 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.