[This is preliminary documentation and is subject to change.]
Loads the subversion configuration from the specified path and optionally ensures the path is a subversion config dir by creating default files
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public void LoadConfiguration( string path, bool ensurePath ) |
| Visual Basic (Declaration) |
|---|
Public Sub LoadConfiguration ( _ path As String, _ ensurePath As Boolean _ ) |
| Visual C++ |
|---|
public: void LoadConfiguration( String^ path, bool ensurePath ) |
Parameters
- path
- Type: System..::.String
[Missing <param name="path"/> documentation for "M:SharpSvn.SvnClientContext.LoadConfiguration(System.String,System.Boolean)"]
- ensurePath
- Type: System..::.Boolean
[Missing <param name="ensurePath"/> documentation for "M:SharpSvn.SvnClientContext.LoadConfiguration(System.String,System.Boolean)"]