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

Update the working copy to a different repository (svn switch --relocate)

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

Syntax

C#
public bool Relocate(
	string path,
	Uri from,
	Uri to,
	SvnRelocateArgs args
)
Visual Basic (Declaration)
Public Function Relocate ( _
	path As String, _
	from As Uri, _
	to As Uri, _
	args As SvnRelocateArgs _
) As Boolean
Visual C++
public:
bool Relocate(
	String^ path, 
	Uri^ from, 
	Uri^ to, 
	SvnRelocateArgs^ args
)

Parameters

path
Type: System..::.String

[Missing <param name="path"/> documentation for "M:SharpSvn.SvnClient.Relocate(System.String,System.Uri,System.Uri,SharpSvn.SvnRelocateArgs)"]

from
Type: System..::.Uri

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

to
Type: System..::.Uri

[Missing <param name="to"/> documentation for "M:SharpSvn.SvnClient.Relocate(System.String,System.Uri,System.Uri,SharpSvn.SvnRelocateArgs)"]

args
Type: SharpSvn..::.SvnRelocateArgs

[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.Relocate(System.String,System.Uri,System.Uri,SharpSvn.SvnRelocateArgs)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.Relocate(System.String,System.Uri,System.Uri,SharpSvn.SvnRelocateArgs)]

See Also