Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
visual diff
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  18 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
crwfl  
View profile  
 More options May 9 2000, 3:00 am
Newsgroups: comp.editors
From: cr...@yahoo.com
Date: 2000/05/09
Subject: visual diff
I'm looking for a way to do a side by side visual diff in Vim. I saw a
post about that here at one time and tried it but couldn't get it to
work. Now I have a real need to do this and was wondering if anyone
knows of a way to do it.

Thanks, in advance,
Carson

--
Carson R. Wilcox
Senior Architect
DMR Consulting Group
cr...@yahoo.com

Sent via Deja.com http://www.deja.com/
Before you buy.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Mading  
View profile  
 More options May 10 2000, 3:00 am
Newsgroups: comp.editors
From: Steve Mading <madi...@baladi.bmrb.wisc.edu>
Date: 2000/05/10
Subject: Re: visual diff
cr...@yahoo.com wrote:

: I'm looking for a way to do a side by side visual diff in Vim. I saw a
: post about that here at one time and tried it but couldn't get it to
: work. Now I have a real need to do this and was wondering if anyone
: knows of a way to do it.

Go to the directory where vim has all its shared files, for example
it might be called "/usr/share/vim".  In that directory, look for
a directory called "tools".  In there is a shell script called
"vimdiff".  It does this.  {disclaimer: This is where I found it
on a recent install of Redhat 6.2, which comes with Vim 5.6.11.
I can't say if this would be similar for other setups.}

I tried it and it wasn't that great.  I still prefer "xdiff" for
that sort of thing, but you can try it and make your own judgement
call.

(I Just started using vim 5.6.11 after several years of using
vim 4.something.  Wow there's been a lot of good stuff added
while I wasn't looking.)

--
-- ------------------------------------------------------------------
 Steven L. Mading  at  BioMagResBank   (BMRB). UW-Madison          
 Programmer/Analyst/(acting SysAdmin)  mailto:madi...@bmrb.wisc.edu
 B1108C, Biochem Addition / 433 Babcock Dr / Madison, WI 53706-1544


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chun  
View profile  
 More options May 10 2000, 3:00 am
Newsgroups: comp.editors
From: Chun <chun_...@my-deja.com>
Date: 2000/05/10
Subject: Re: visual diff
In article <8favgl$om...@news.doit.wisc.edu>,
  Steve Mading <madi...@baladi.bmrb.wisc.edu> wrote:

You can try "tkdiff" in UNIX.
It works pretty well too.

Chun

Sent via Deja.com http://www.deja.com/
Before you buy.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Woody Jin  
View profile  
 More options May 10 2000, 3:00 am
Newsgroups: comp.editors
From: Woody Jin <woody...@my-deja.com>
Date: 2000/05/10
Subject: Re: visual diff
In article <8fc3iq$cn...@nnrp1.deja.com>,
  Chun <chun_...@my-deja.com> wrote:

The very best visual diff program is "windiff".
I think that it is from NT resource kit or you should be able to
get it free somewhere.  It kicks all unix utilities' ass ( :-) ).

--
Woody

Sent via Deja.com http://www.deja.com/
Before you buy.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CBates  
View profile  
 More options May 10 2000, 3:00 am
Newsgroups: comp.editors
From: "CBates" <c...@accessvt.com>
Date: 2000/05/10
Subject: Re: visual diff
And the next step up from windiff is Araxis' Merge.  Not only diff, but
editing and merging, including 3-way.  www.araxis.com.  Not free, but if you
diff and merge regularly (I do, I work remotely from my development team),
it pays for itself in the first dozen files you need to merge.
CBates


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
T.E.Dickey  
View profile  
 More options May 11 2000, 3:00 am
Newsgroups: comp.editors
From: "T.E.Dickey" <dic...@shell.clark.net>
Date: 2000/05/11
Subject: Re: visual diff

Woody Jin <woody...@my-deja.com> wrote:
> The very best visual diff program is "windiff".
> I think that it is from NT resource kit or you should be able to
> get it free somewhere.  It kicks all unix utilities' ass ( :-) ).

not the version I've seen: the underlying diff algorithm doesn't distinguish
chunks well enough.

(I assume you're talking about the nice colors ;-)

--
Thomas E. Dickey  <dic...@clark.net>
http://dickey.his.com
ftp://dickey.his.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
H. Merijn Brand  
View profile  
 More options May 11 2000, 3:00 am
Newsgroups: comp.editors
From: h.m.br...@hccnet.nl (H. Merijn Brand)
Date: 2000/05/11
Subject: RE: visual diff
chun_...@my-deja.com (Chun) wrote in <8fc3iq$cn...@nnrp1.deja.com>:

>In article <8favgl$om...@news.doit.wisc.edu>,
>  Steve Mading <madi...@baladi.bmrb.wisc.edu> wrote:
>> cr...@yahoo.com wrote:
>> : I'm looking for a way to do a side by side visual diff in Vim. I
>saw a
>> : post about that here at one time and tried it but couldn't get it to
>> : work. Now I have a real need to do this and was wondering if anyone
>> : knows of a way to do it.
>> snip

A good alternative might be ediff based on emacs, though I'm pernonally NOT
an emacs user, I dislike it very much! (But ediff works great if that's
what you're looking for)

>You can try "tkdiff" in UNIX.
>It works pretty well too.

Which requires full install of Tcl and Tk.

Good (maybe better) replacements that do not require additional stuf:

        xdiff:          http://reality.sgi.com/rudy/xdiff/xdiff-v3.4.htm
        xxdiff:         http://xxdiff.sourceforge.net
        mgdiff:         http://cvsup3.jp.freebsd.org/ports/textproc.html
                HP-UX http://hpux.connect.org.uk/hppd/cgi-
bin/search?package=&term=mgdiff-

For unix I personally prefer xdiff.

--
H.Merijn Brand
using perl5.005.03 and 5.6.0 on HP-UX 10.20, HP-UX 11.00, AIX 4.2, AIX 4.3,
  DEC OSF/1 4.0 and WinNT 4.0 SP-6a,  often with Tk800.021 and/or DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/
Member of Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kenny McCormack  
View profile  
 More options May 11 2000, 3:00 am
Newsgroups: comp.editors
From: gaze...@yin.interaccess.com (Kenny McCormack)
Date: 2000/05/11
Subject: Re: visual diff
In article <aJvS4.22704$0o4.246...@iad-read.news.verio.net>,

T.E.Dickey <dic...@shell.clark.net> wrote:
>Woody Jin <woody...@my-deja.com> wrote:

>> The very best visual diff program is "windiff".
>> I think that it is from NT resource kit or you should be able to
>> get it free somewhere.  It kicks all unix utilities' ass ( :-) ).

>not the version I've seen: the underlying diff algorithm doesn't distinguish
>chunks well enough.

>(I assume you're talking about the nice colors ;-)

There ought to be a rule - enforced Usenet-wide - that whenever a claim is
made about something being the "best", it be noted that "best" always has
(at least) two dimensions:

        1) Algorithmically best
        2) Best in terms of UI/pretty colors/newbie-friendly

Obviously, both are valid, but it ought to be clear that the first is
generally what is meant when the word "best" is used without qualification.

Suggestions for other dimensions gladly received.  I can think of at least
one more:

        3) Makes most money for shareholders

In which case, MS windows is clearly the best OS ever written.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jiri Lisicky  
View profile  
 More options May 11 2000, 3:00 am
Newsgroups: comp.editors
From: lisi...@datis.cdrail.cz (Jiri Lisicky)
Date: 2000/05/11
Subject: Re: visual diff

On Tue, 09 May 2000 21:11:21 GMT, cr...@yahoo.com wrote:
>I'm looking for a way to do a side by side visual diff in Vim. I saw a
>post about that here at one time and tried it but couldn't get it to
>work. Now I have a real need to do this and was wondering if anyone
>knows of a way to do it.

diff ;-)

Yes - GNU diff (sure in version 2.7) with parameter --side-by-side
--
        Jiøí Lisický                      ÈD DATIS Olomouc
e-mail: lisi...@datis.cdrail.cz           Nerudova 1
 phone: +420-068-472-5496                 Olomouc, Czech Republic
              >>> èe¹tina ISO-8859-2 Compatible <<<


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rudy Wortel  
View profile  
 More options May 11 2000, 3:00 am
Newsgroups: comp.editors
From: Rudy Wortel <r...@aw.sgi.com>
Date: 2000/05/11
Subject: Re: visual diff

"H. Merijn Brand" wrote:
> chun_...@my-deja.com (Chun) wrote in <8fc3iq$cn...@nnrp1.deja.com>:

> >In article <8favgl$om...@news.doit.wisc.edu>,
> >  Steve Mading <madi...@baladi.bmrb.wisc.edu> wrote:
> >> cr...@yahoo.com wrote:
> >> : I'm looking for a way to do a side by side visual diff in Vim.
> snip

> Good (maybe better) replacements that do not require additional stuf:

>         xdiff:  http://reality.sgi.com/rudy/xdiff/xdiff-v3.4.htm

The URL is just http://reality.sgi.com/rudy/xdiff. All versions are available
from this page.

>         xxdiff:        http://xxdiff.sourceforge.net
>         mgdiff:        http://cvsup3.jp.freebsd.org/ports/textproc.html
>                 HP-UX
> http://hpux.connect.org.uk/hppd/cgi-bin/search?package=&term=mgdiff-

> For unix I personally prefer xdiff.

Good choice!! (no bias here :-)

-rudy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Woody Jin  
View profile  
 More options May 11 2000, 3:00 am
Newsgroups: comp.editors
From: Woody Jin <woody...@my-deja.com>
Date: 2000/05/11
Subject: Re: visual diff
In article <aJvS4.22704$0o4.246...@iad-read.news.verio.net>,
  "T.E.Dickey" <dic...@shell.clark.net> wrote:

> Woody Jin <woody...@my-deja.com> wrote:

> > The very best visual diff program is "windiff".
> > I think that it is from NT resource kit or you should be able to
> > get it free somewhere.  It kicks all unix utilities' ass ( :-) ).

> not the version I've seen: the underlying diff algorithm doesn't
distinguish
> chunks well enough.

> (I assume you're talking about the nice colors ;-)

And visual mapping which aids easy understanding of the situation.
Diff'ing two directories is quite handy and extremely time-saving
too.
I don't know, but I haven't had any trouble with
underlying diff algorithm so far.
I wouldn't go back to Unix's diff in any case.

--
Woody

Sent via Deja.com http://www.deja.com/
Before you buy.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Woody Jin  
View profile  
 More options May 11 2000, 3:00 am
Newsgroups: comp.editors
From: Woody Jin <woody...@my-deja.com>
Date: 2000/05/11
Subject: Re: visual diff
You didn't count the most important one: Usability.
If you ever used various diff programs, you get the feeling
of which one is the best.

In article <8fe7p1$se...@yin.interaccess.com>,

--
Woody

Sent via Deja.com http://www.deja.com/
Before you buy.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
T.E.Dickey  
View profile  
 More options May 12 2000, 3:00 am
Newsgroups: comp.editors
From: "T.E.Dickey" <dic...@shell.clark.net>
Date: 2000/05/12
Subject: Re: visual diff

Woody Jin <woody...@my-deja.com> wrote:
> And visual mapping which aids easy understanding of the situation.

visual mapping is done in a half-dozen programs (windiff in fact wasn't
the first nor even the second one where I saw it used ;-)

--
Thomas E. Dickey  <dic...@clark.net>
http://dickey.his.com
ftp://dickey.his.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Woody Jin  
View profile  
 More options May 12 2000, 3:00 am
Newsgroups: comp.editors
From: Woody Jin <woody...@my-deja.com>
Date: 2000/05/12
Subject: Re: visual diff
In article <SpRS4.22892$0o4.253...@iad-read.news.verio.net>,
  "T.E.Dickey" <dic...@shell.clark.net> wrote:

> Woody Jin <woody...@my-deja.com> wrote:
> > And visual mapping which aids easy understanding of the situation.

> visual mapping is done in a half-dozen programs (windiff in fact
wasn't
> the first nor even the second one where I saw it used ;-)

Could you list some of them ?
I would like to try them and would use them if they
are much better than windiff. If I have to buy them,
I will stick to windiff, since it is more than enough for me
at this moment.  I was just blown after all my years of
using Unix text diff, when I saw my colleague using windiff
seamlessly.  I felt stupid.

Thanks,

--
Woody

Sent via Deja.com http://www.deja.com/
Before you buy.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
T.E.Dickey  
View profile  
 More options May 12 2000, 3:00 am
Newsgroups: comp.editors
From: "T.E.Dickey" <dic...@shell.clark.net>
Date: 2000/05/12
Subject: Re: visual diff

Woody Jin <woody...@my-deja.com> wrote:
> In article <SpRS4.22892$0o4.253...@iad-read.news.verio.net>,
>   "T.E.Dickey" <dic...@shell.clark.net> wrote:
>> Woody Jin <woody...@my-deja.com> wrote:
>> > And visual mapping which aids easy understanding of the situation.

>> visual mapping is done in a half-dozen programs (windiff in fact
> wasn't
>> the first nor even the second one where I saw it used ;-)
> Could you list some of them ?

they're on other systems, of course (OS/2 and Unix)

offhand, PMDiff (OS/2), TkDiff as well as some of those Motif applications
mentioned in this thread.  (I don't recall the name of the first one I saw
since that was 6-7 years ago).

-- it would be interesting to see a webpage devoted to this topic,
   unfortunately more are focused on one implementation only.

--
Thomas E. Dickey  <dic...@clark.net>
http://dickey.his.com
ftp://dickey.his.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kenny McCormack  
View profile  
 More options May 12 2000, 3:00 am
Newsgroups: comp.editors
From: gaze...@yin.interaccess.com (Kenny McCormack)
Date: 2000/05/12
Subject: Re: visual diff
In article <fQWS4.22924$0o4.255...@iad-read.news.verio.net>,
T.E.Dickey <dic...@shell.clark.net> wrote:

...

>offhand, PMDiff (OS/2), TkDiff as well as some of those Motif applications
>mentioned in this thread.  (I don't recall the name of the first one I saw
>since that was 6-7 years ago).

I think PMDiff (which I used to use and liked a lot) evolved into
windiff.  (There's a fair # of shareware/freeware apps that started out
on OS/2, then ended up on NT b/c the market shifted that way.  And
before anyone screams, note that a fair # of now commercial apps
started out as shareware/freeware)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vgolosovker  
View profile  
 More options May 30 2000, 3:00 am
Newsgroups: comp.editors
From: vgolosov...@my-deja.com
Date: 2000/05/30
Subject: Re: visual diff
In article <8fh53c$17...@nnrp1.deja.com>,
  Woody Jin <woody...@my-deja.com> wrote:
> In article <SpRS4.22892$0o4.253429@iad-

read.news.verio.net>,
>   "T.E.Dickey" <dic...@shell.clark.net> wrote:
> > Woody Jin <woody...@my-deja.com> wrote:
> > > And visual mapping which aids easy

understanding of the situation.

> > visual mapping is done in a half-dozen

programs (windiff in fact

Check http://www.skylarkutilities.com/section.pcs?
File-Synchronizing. They have a long (and
unbiased) list of merging freeware/shareware for
Windows.

Victor

Sent via Deja.com http://www.deja.com/
Before you buy.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vgolosovker  
View profile  
 More options May 30 2000, 3:00 am
Newsgroups: comp.editors
From: vgolosov...@my-deja.com
Date: 2000/05/30
Subject: Re: visual diff
In article <8fh53c$17...@nnrp1.deja.com>,
  Woody Jin <woody...@my-deja.com> wrote:

Check http://www.skylarkutilities.com/section.pcs?File-Synchronizing.
They have a long (and unbiased) list of merging freeware/shareware for
Windows.

Victor

Sent via Deja.com http://www.deja.com/
Before you buy.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »