Summary
Initializes a new instance of
SvnCheckouter
- Namespace
- Cake
.Svn .Checkout - Containing Type
- SvnCheckouter
Syntax
public SvnCheckouter(ICakeEnvironment environment, Func<ISvnClient> clientFactoryMethod)
Parameters
Name | Type | Description |
---|---|---|
environment | ICakeEnvironment | The Cake environemnt. |
clientFactoryMethod | Func |
Method to use to initialize a Subversion client. |
Return Value
Type | Description |
---|---|
void |