"Sherman Tse" <[EMAIL PROTECTED]> writes:

>I'd like to do an rdiff between one of my branches in the cvs and the head 
>revisions in the main trunk.  Is there a way to do that?

If your trunk revisions are all of the form 1.x , the trunk is effectively
a "branch" with branch number "1".  So,

    $ cvs diff -r1

You can also try

    $ cvs diff -rHEAD

but I'm not sure of the exact semantics if your sandbox is on a
branch...

--
Pierre Asselin
Westminster, Colorado


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to