[This is preliminary documentation and is subject to change.]

Recursively exports the specified target to the specified path

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public bool Export(
	SvnTarget from,
	string toPath
)
Visual Basic (Declaration)
Public Function Export ( _
	from As SvnTarget, _
	toPath As String _
) As Boolean
Visual C++
public:
bool Export(
	SvnTarget^ from, 
	String^ toPath
)

Parameters

from
Type: SharpSvn..::.SvnTarget

[Missing <param name="from"/> documentation for "M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String)"]

toPath
Type: System..::.String

[Missing <param name="toPath"/> documentation for "M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String)]

Remarks

Subversion optimizes this call if you specify a workingcopy file instead of an url

See Also