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

Restore pristine working copy file (undo most local edits) (svn revert)

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

Syntax

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

Parameters

path
Type: System..::.String

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

args
Type: SharpSvn..::.SvnRevertArgs

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

Return Value

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

See Also