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

Managed wrapper of some of the most common repository management functions.

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

Syntax

C#
public class SvnRepositoryClient : SvnClientContext
Visual Basic (Declaration)
Public Class SvnRepositoryClient _
	Inherits SvnClientContext
Visual C++
public ref class SvnRepositoryClient : public SvnClientContext

Remarks

At this time this class is just included to enable a standalone test framework over the SvnClient api; without depending on external tools)

Inheritance Hierarchy

See Also