[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
)
Visual Basic (Declaration)
Public Function CleanUp ( _
	path As String _
) As Boolean
Visual C++
public:
bool CleanUp(
	String^ path
)

Parameters

path
Type: System..::.String

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

Return Value

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

Exceptions

ExceptionCondition
Operation failed
Parameters invalid

See Also