info-cvs
[Top][All Lists]
Advanced

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

Re: Identifying the head revisions currently in main


From: Pierre Asselin
Subject: Re: Identifying the head revisions currently in main
Date: 21 Oct 2001 14:40:20 -0500

"Sherman Tse" <address@hidden> 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! =-----


reply via email to

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