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

Duplicate something in repository, remembering history (svn copy)

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

Syntax

C#
public bool RemoteCopy(
	SvnTarget sourceTarget,
	Uri toUri,
	SvnCopyArgs args
)
Visual Basic (Declaration)
Public Function RemoteCopy ( _
	sourceTarget As SvnTarget, _
	toUri As Uri, _
	args As SvnCopyArgs _
) As Boolean
Visual C++
public:
bool RemoteCopy(
	SvnTarget^ sourceTarget, 
	Uri^ toUri, 
	SvnCopyArgs^ args
)

Parameters

sourceTarget
Type: SharpSvn..::.SvnTarget

[Missing <param name="sourceTarget"/> documentation for "M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri,SharpSvn.SvnCopyArgs)"]

toUri
Type: System..::.Uri

[Missing <param name="toUri"/> documentation for "M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri,SharpSvn.SvnCopyArgs)"]

args
Type: SharpSvn..::.SvnCopyArgs

[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri,SharpSvn.SvnCopyArgs)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri,SharpSvn.SvnCopyArgs)]

See Also