[This is preliminary documentation and is subject to change.]
Importing as the subversion api does; without creating a working directory
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool RemoteImport( string path, Uri target, SvnImportArgs args ) |
| Visual Basic (Declaration) |
|---|
Public Function RemoteImport ( _ path As String, _ target As Uri, _ args As SvnImportArgs _ ) As Boolean |
| Visual C++ |
|---|
public: bool RemoteImport( String^ path, Uri^ target, SvnImportArgs^ args ) |
Parameters
- path
- Type: System..::.String
[Missing <param name="path"/> documentation for "M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri,SharpSvn.SvnImportArgs)"]
- target
- Type: System..::.Uri
[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri,SharpSvn.SvnImportArgs)"]
- args
- Type: SharpSvn..::.SvnImportArgs
[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri,SharpSvn.SvnImportArgs)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri,SharpSvn.SvnImportArgs)]