info-cvs
[Top][All Lists]
Advanced

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

Re: cvs diff-pls help


From: Eric Siegerman
Subject: Re: cvs diff-pls help
Date: Tue, 30 Apr 2002 18:03:54 -0400
User-agent: Mutt/1.2.5i

On Mon, Apr 29, 2002 at 03:21:33PM -0700, Jeeva Sarma wrote:
> Can we use cvs diff command and tkdiff program to see
> differences between 2 different files in different
> paths(not 2 revisions of the same file)

Re "cvs diff":  Only indirectly.

> If so what is
> the command to use for cvs diff?

cvs update -p -r1.x file1 >temp
cvs update -p -r1.y file2 | diff temp -
rm temp

Re tkdiff: No clue; sorry.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
"Outlook not so good."  That magic 8-ball knows everything!
I'll ask about Exchange Server next.
        - Anonymous



reply via email to

[Prev in Thread] Current Thread [Next in Thread]