info-cvs
[Top][All Lists]
Advanced

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

RE: cvs history with -r


From: Jim.Hyslop
Subject: RE: cvs history with -r
Date: Fri, 6 Feb 2004 09:51:16 -0500

Murugaiyan, Natarajan [IT] wrote:
> I want to get a report which lists all files and revisions that were
> committed 
> on a branch since the branch was branched.
Whoa, deja vu. I thought I answered this question just a week ago.

Hey, I did - isn't it amazing what searching the archives will turn up?

> 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.

Use the log command.

-- 
Jim Hyslop 
Senior Software Designer 
Leitch Technology International Inc. (<http://www.leitch.com/>) 
Columnist, C/C++ Users Journal (<http://www.cuj.com/experts>) 






reply via email to

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