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

Gets the repository root from the specified path

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

Syntax

C#
public Uri GetRepositoryRoot(
	string target
)
Visual Basic (Declaration)
Public Function GetRepositoryRoot ( _
	target As String _
) As Uri
Visual C++
public:
Uri^ GetRepositoryRoot(
	String^ target
)

Parameters

target
Type: System..::.String

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

Field Value

The repository root Uri or null if the uri is not a working copy path

Return Value

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

Remarks

SharpSvn makes sure the uri ends in a '/'

See Also