Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mutex fault and no symbol table on recent Dom0 and Xen



> On Mon, 20 Aug 2007 13:19:21 +0200
> "Christoph Egger" <Christoph_Egger%gmx.de@localhost> wrote:
> 
> > 
> > Once you are involved in mercurial, you will find kdiff3 [1] very
> > useful to merge files. Unfortunately, this is not available via pkgsrc
> > (or I can't find it). Can someone package it, please?
> > 
> I see it in devel/kdiff3.

Thanks for this information. I obviously looked into the wrong places.

>  I've never tried it -- are its advantages
> over diff3 (part of the base system) sufficiently great to warrant
> dragging in all of kde? 

hmm... I think, this question is very much bound to a person.
When it comes to resolve merge conflicts, I personally prefer kdiff3.

Resolving conflicts with mercurial (which uses diff3) is different
as with cvs.
You can configure mercurial with editing .hg/hgrc (.hg exists in the
toplevel directory of the repository). Add a section

[ui]
merge = /usr/bin/diff3

to use diff3 (which is the default anyway)
or use

[ui]
merge = <path-to-kdiff3>/kdiff3

to use kdiff3.


-- 
Greetings,

Christoph





Home | Main Index | Thread Index | Old Index