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.        [EMAIL PROTECTED]
|  |  /
"Outlook not so good."  That magic 8-ball knows everything!
I'll ask about Exchange Server next.
        - Anonymous

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to