[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] sequential merging

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-10-04 20:56:33 CEST

"D'Souza, Stalin [SB]" <stalin.dsouza@citigroup.com> wrote on 10/04/2006
02:47:35 PM:

> I have branch A copied from trunk.
> I have branch B copied from branch A (after A has advanced several
revisions).
>
> Now A and B are two lines of development, but I periodically merge
changes
> from A to B to keep B up to date (for the eventual merge of B back to A
and
> the retirement of B).
>
> So I merge sequentially from the last merge to latest. i avoid using
HEAD to
> keep track of the merge revisions..
>
> merge svn -r 100:140 ...
>
> <few days/weeks pass>
>
> merge svn -r 141:180 ...
>
> <few days/weeks pass>
>
> merge svn -r 181:200 ...
>
> Is it correct to increment the numbers as in the example, or should i
> repeated the 'boundary' revisions.

No you are losing revision 141 amd 181 when you do this. You need to
repeat the boundary revisions.

If you use the Select Revision dialog and choose the revision range that
contains the revisions whose changes you want to merge, it will enter the
correct values in the dialog.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Oct 4 20:56:42 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.