This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Svn.
                            
	
		Summary
            Initializes a new instance of the 
		SvnExporter class.
            - Assembly
 - Cake
.Svn .dll  - Namespace
 - Cake
.Svn .Export  - Containing Type
 - SvnExporter
 
Syntax
public SvnExporter(ICakeEnvironment environment, Func<ISvnClient> clientFactoryMethod)
	Parameters
| Name | Type | Description | 
|---|---|---|
| environment | ICakeEnvironment | The Cake environment. | 
| clientFactoryMethod | Func | 
						Method to use to initialize a Subversion client. | 
Return Value
| Type | Description | 
|---|---|
| void | 
