Looking for visual diff-ing tool

Looking for visual diff-ing tool

Post by Leonard I Goodm » Tue, 12 Nov 1996 04:00:00



Does anyone know of a 'diff' tools which runs under
Sun Solaris and which gives a visual representation
of differences between two files??  I am looking
for something like dxdiff which runs on DEC ultrix -
dxdiff shows shaded area of text segments which have
been moved between one file and the next.
Thanks for any help.

  Len

 
 
 

Looking for visual diff-ing tool

Post by Ken Bi » Tue, 12 Nov 1996 04:00:00



Quote:>Does anyone know of a 'diff' tools which runs under
>Sun Solaris and which gives a visual representation
>of differences between two files??  I am looking
>for something like dxdiff which runs on DEC ultrix -
>dxdiff shows shaded area of text segments which have
>been moved between one file and the next.
>Thanks for any help.

I'm not familiar with dxdiff, but you may want to try tkdiff.

--
Ken Bibb                "If the boundary breaks I'm no longer alone




 
 
 

Looking for visual diff-ing tool

Post by Youri Podchoso » Wed, 13 Nov 1996 04:00:00




> >Does anyone know of a 'diff' tools which runs under
> >Sun Solaris and which gives a visual representation
> >of differences between two files??  I am looking
> >for something like dxdiff which runs on DEC ultrix -
> >dxdiff shows shaded area of text segments which have
> >been moved between one file and the next.
> >Thanks for any help.

> I'm not familiar with dxdiff, but you may want to try tkdiff.

Another nice tool I used to like was mgdiff - a Motif-based front end
to a regular diff;  last year, it could be found at
http://ftp.funet.fi/pub/pics/viewers/X11/applications/
don't know if it's still there ...

+----------------------------------------------------------------------+

| UNIX Systems Administrator   )))   WWW: http://ynp.dialup.access.net |
| The Davidsohn Group, NYC    ///    B:(212)208-0129,  H:(718)234-4140 |
+----------------------------------------------------------------------+

 
 
 

Looking for visual diff-ing tool

Post by Hans Werner Stru » Wed, 13 Nov 1996 04:00:00


: >

: >
: > >Does anyone know of a 'diff' tools which runs under
: > >Sun Solaris and which gives a visual representation
: > >of differences between two files??  I am looking
: > >for something like dxdiff which runs on DEC ultrix -
: > >dxdiff shows shaded area of text segments which have
: > >been moved between one file and the next.
: > >Thanks for any help.
: >
: > I'm not familiar with dxdiff, but you may want to try tkdiff.
: >

: Another nice tool I used to like was mgdiff - a Motif-based front end
: to a regular diff;  last year, it could be found at
: http://ftp.funet.fi/pub/pics/viewers/X11/applications/
: don't know if it's still there ...

If you have SPARCworks installed, use filemerge. It's really nice.

--


 Drittes Physikalisches Institut,  Univ. Goettingen
 Buergerstr. 42-44,   D-37073 Goettingen,   Germany

 
 
 

Looking for visual diff-ing tool

Post by Tom Buske » Thu, 14 Nov 1996 04:00:00



Quote:

> Does anyone know of a 'diff' tools which runs under
> Sun Solaris and which gives a visual representation
> of differences between two files??  I am looking
> for something like dxdiff which runs on DEC ultrix -
> dxdiff shows shaded area of text segments which have
> been moved between one file and the next.
> Thanks for any help.

Xemacs (and Emacs from GNU) have a nice diff/merge capability builtin that use colors.

There's also tkdiff which needs tcl/Tk which is small, quick, and
works well with RCS and CVS files.  It might work with SCCS files.
Tkdiff is at:  http://www.ipass.net/~klassa/tkdiff/

If you have tcl/Tk installed everywhere, tkdiff works everywhere...

--
----

             Common Sense Isn't

 
 
 

Looking for visual diff-ing tool

Post by Jack Bochsl » Thu, 14 Nov 1996 04:00:00






>: >

>: >
>: > >Does anyone know of a 'diff' tools which runs under
>: > >Sun Solaris and which gives a visual representation
>: > >of differences between two files??  I am looking
>: > >for something like dxdiff which runs on DEC ultrix -
>: > >dxdiff shows shaded area of text segments which have
>: > >been moved between one file and the next.
>: > >Thanks for any help.
>: >
>: > I'm not familiar with dxdiff, but you may want to try tkdiff.
>: >

>: Another nice tool I used to like was mgdiff - a Motif-based front end
>: to a regular diff;  last year, it could be found at
>: http://ftp.funet.fi/pub/pics/viewers/X11/applications/
>: don't know if it's still there ...

>If you have SPARCworks installed, use filemerge. It's really nice.

A wrapper I wrote for it follows - allows you to use the diff style
of arguments "diff file path"

-------- cut here ------------
#! /bin/sh
#
# vdiff FILE1 FILE2
# visual diff

if [ $# -lt 2 ] ; then
        echo "     usage: `basename $0` {file1} {file2}"
        exit 1
fi

if [ -d $1 -a -d $2 ] ; then
        echo "$0: both are directories, give me something to work with!"
        exit 2
fi

l=$1
r=$2
if [ -d $1 ] ; then
        l="$1/`basename $2`"
elif [ -d $2 ] ; then
        r="$2/`basename $1`"
fi

/opt/SUNWspro/bin/filemerge -r $l $r &

jack
--
Jack Bochsler                   Sun Microsystems Computer Company

619/625-3768                    San Diego, CA 92121-5288

 
 
 

1. Looking for visual diff-ing tool

Does anyone know of a 'diff' tools which runs under
IBM aix and which gives a visual representation
of differences between two files??  I am looking
for something like dxdiff which runs on DEC ultrix -
dxdiff shows shaded area of text segments which have
been moved between one file and the next.
Thanks for any help.

  Len

2. ext2fs -- kernel panics

3. xxdiff as a visual diff tool (shameless plug)

4. hacker? can't login anymore please help.

5. Looking for recommendations for Visual Development Tools

6. -^-^-^-^-^-^-^-NeeD HelP-^-^-^-^-^-^-^-^-

7. Looking for recommendations on visual development tools

8. Tecra 8100 - Applixware & libc.so.5

9. diff tool that can do intraline diffs?

10. Visual Code Comprehension Tools and ER Tools.

11. Visual File Diff program?