On Fri, Apr 20, 2001 at 12:03:53PM +0530, Kudiyarasan wrote:
>     Thanks for your reply . And I need  difference between the versions
> "without  Working Copy " .

Do you mean that you want the difference between two checked-in
revisions, instead of between one revision and your sandbox?  If
so, use:
        cvs diff -r<rev1> -r<rev2> ...

As usual, "rev1" and "rev2" can be either tags or specific
revision numbers, but (as equally usual) the latter don't make
much sense if you're diffing multiple files.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        [EMAIL PROTECTED]
|  |  /
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea.
        - RFC 1925 (quoting an unnamed source)

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

Reply via email to