SvnUpdater.

SvnUpdater(ICakeEnvironment, Func<ISvnClient>) Constructor

Summary

Initializes a new instance of the SvnUpdater class.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Update
Containing Type
SvnUpdater

Syntax

public SvnUpdater(ICakeEnvironment environment, Func<ISvnClient> clientFactoryMethod)

Parameters

Name Type Description
environment ICakeEnvironment The Cake environemnt.
clientFactoryMethod Func<ISvnClient> Method to use to initialize a Subversion client.

Return Value

Type Description
void