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

Merges the changes in the specified revisions from source to targetPath (svn merge)

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

Syntax

C#
public bool Merge<TRevisionRange>(
	string targetPath,
	SvnTarget source,
	ICollection<TRevisionRange> mergeRange,
	SvnMergeArgs args
)
where TRevisionRange : SvnRevisionRange
Visual Basic (Declaration)
Public Function Merge(Of TRevisionRange As SvnRevisionRange) ( _
	targetPath As String, _
	source As SvnTarget, _
	mergeRange As ICollection(Of TRevisionRange), _
	args As SvnMergeArgs _
) As Boolean
Visual C++
public:
generic<typename TRevisionRange>
where TRevisionRange : SvnRevisionRange
bool Merge(
	String^ targetPath, 
	SvnTarget^ source, 
	ICollection<TRevisionRange>^ mergeRange, 
	SvnMergeArgs^ args
)

Parameters

targetPath
Type: System..::.String

[Missing <param name="targetPath"/> documentation for "M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection{``0},SharpSvn.SvnMergeArgs)"]

source
Type: SharpSvn..::.SvnTarget

[Missing <param name="source"/> documentation for "M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection{``0},SharpSvn.SvnMergeArgs)"]

mergeRange
Type: System.Collections.Generic..::.ICollection<(Of <(TRevisionRange>)>)

[Missing <param name="mergeRange"/> documentation for "M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection{``0},SharpSvn.SvnMergeArgs)"]

args
Type: SharpSvn..::.SvnMergeArgs

[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection{``0},SharpSvn.SvnMergeArgs)"]

Type Parameters

TRevisionRange

[Missing <typeparam name="TRevisionRange"/> documentation for "M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection{``0},SharpSvn.SvnMergeArgs)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection{``0},SharpSvn.SvnMergeArgs)]

See Also