[This is preliminary documentation and is subject to change.]
Merges the changes in the specified revisions from source to targetPath (svn merge)
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool Merge( string targetPath, SvnTarget source, SvnRevisionRange mergeRange ) |
| Visual Basic (Declaration) |
|---|
Public Function Merge ( _ targetPath As String, _ source As SvnTarget, _ mergeRange As SvnRevisionRange _ ) As Boolean |
| Visual C++ |
|---|
public: bool Merge( String^ targetPath, SvnTarget^ source, SvnRevisionRange^ mergeRange ) |
Parameters
- targetPath
- Type: System..::.String
[Missing <param name="targetPath"/> documentation for "M:SharpSvn.SvnClient.Merge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange)"]
- source
- Type: SharpSvn..::.SvnTarget
[Missing <param name="source"/> documentation for "M:SharpSvn.SvnClient.Merge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange)"]
- mergeRange
- Type: SharpSvn..::.SvnRevisionRange
[Missing <param name="mergeRange"/> documentation for "M:SharpSvn.SvnClient.Merge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.Merge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange)]