SvnExporter Class

Summary

Class for exporting Subversion directory trees.
Namespace
Cake.Svn.Export
Base Types
graph TD Base0["SvnTool<TSettings>"]-->Type click Base0 "/Cake.Svn/api/Cake.Svn/SvnTool_1" Base1["object"]-->Base0 Type["SvnExporter"] class Type type-node

Syntax

public sealed class SvnExporter : SvnTool<SvnExportSettings>

Constructors

Name Summary
SvnExporter(ICakeEnvironment, Func<ISvnClient>) Initializes a new instance of the SvnExporter class.

Methods

Name Value Summary
Export(Uri, DirectoryPath, SvnExportSettings) SvnExportResult
Export a Subversion directory tree.
GetClient() ISvnClient
Returns a new instance of a Subversion client.
Inherited from SvnTool<TSettings>
GitHub