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

Cleans up the specified path, removing all workingcopy locks left behind by crashed clients

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

Syntax

C#
public bool CleanUp(
	string path,
	SvnCleanUpArgs args
)
Visual Basic (Declaration)
Public Function CleanUp ( _
	path As String, _
	args As SvnCleanUpArgs _
) As Boolean
Visual C++
public:
bool CleanUp(
	String^ path, 
	SvnCleanUpArgs^ args
)

Parameters

path
Type: System..::.String

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

args
Type: SharpSvn..::.SvnCleanUpArgs

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

Return Value

true if the operation succeeded; false if it did not

Exceptions

ExceptionCondition
Operation failed and args.ThrowOnError = true
Parameters invalid

See Also