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

Subclipse Merge (was: Concurrent versioning = spawn of the devil?)

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-11-08 16:34:34 CET

Ruslan Sivak <rsivak@istandfor.com> wrote on 11/08/2006 10:29:20 AM:

> Gundersen, Richard wrote:
> > We use Eclipse with the Subclipse plugin, which is a good client,
> > although using it to merge is very confusing - its not very intuitive.
> > It works, but getting it to generate the svn merge command you expect
is
> > sometimes tricky. At the moment, I use Subclipse for everything except
> > merging, for which I use the command line because you know exactly
what
> > its doing. And of course this is biased towards Java development.
> >
> > Richard
> >
> We use eclipse with Subclipse as well, and I only learned to do merged
> because how easy eclipse makes it. The merge tool it has kind of sucks,

> so I set it up to use the tortoisemerge program for conflict resolution,

> but otherwise, it's pretty good.

Subclipse is trying to make the merge process easier, not more difficult.
It follow the same approach as TortoiseSVN. Bring up the dialog, enter
the URL, usually it will be in the drop-down already, then use the Select
button to select the revisions you want to merge. The key is to select
the revisions that you want merged. Do not try to select the numbers you
would enter into the command line, instead select the actual revisions
that contain the changes you want merged. This will then populate the
dialog with the right numbers to merge those revisions.

If you know the numbers you want to use, then just type them in instead of
using the select dialog.

The conflict resolution editor comes from Eclipse. I personally prefer
TortoiseMerge as well, and that is why we made it a preference in
Subclipse to use an external tool for that.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 8 16:35:35 2006

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

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