>From http://cvsbook.red-bean.com/cvsbook.html#log

> -rREVS - Shows log information for the revisions specified in REVS, a 
> comma-separated list. REVS can contain both revision numbers and tags. Ranges 
> can be specified like this:
> 
>     * REV1:REV2 - Revisions from REV1 to REV2 (they must be on the same 
> branch).
>     * :REV - Revisions from the start of REV's branch up to and including REV.
>     * REV: - Revisions from REV to the end of REV's branch.
>     * BRANCH - All revisions on that branch, from root to tip.
>     * BRANCH1:BRANCH2 - A range of branches - all revisions on all the 
> branches in that range.
>     * BRANCH. - The latest (tip) revision on BRANCH. 
> 
> Finally, a lone -r, with no argument, means select the latest revision on the 
> default branch (normally the trunk). There can be no space between -r and its 
> argument.
> 
> If the argument to -r is a list, it is comma-separated, not 
> semicolon-separated like -d. 

Seems that the man page is consistent with "Open Source Development with
CVS, 3rd Edition".

-- 
Lior Kaplan
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to