[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: cvs history with -r
From: |
Murugaiyan, Natarajan [IT] |
Subject: |
RE: cvs history with -r |
Date: |
Fri, 6 Feb 2004 14:39:36 -0500 |
> The cvs command I am using is
> cvs history -c -p btec -a -r S8PHASE1
>
> This command lists revisions committed on branch S8PHASE1 on
> module btec,
> but also lists revisions committed on the trunk.
>
> Is something wrong with my command or is this a CVS problem?
>>The problem is, -r has a different meaning for "history" than it does for
>>other commands. So, you're issuing the wrong commands.
According to the usage of 'cvs history':
-r <rev/tag> Since rev or tag(looks inside RCS files)
That is what I want, give me all commits since -r S8PHASE1 was branched.
What is the 'different meaning' of -r option with 'cvs history'?
> Use the log command.
I want to run the following command to see if it would get the report I
was not able to get using 'cvs history'
cvs log -R -rS8PHASE1 -s <state>
but could not find different possible values for <state> in CVS documentation.
What is the equivalent 'cvs log' command I can try?
Natarajan Murugaiyan(Ravi)