info-cvs
[Top][All Lists]
Advanced

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

RE: History in CVS


From: Prasad G S K
Subject: RE: History in CVS
Date: Fri, 30 Jan 2004 18:24:15 +0530

Sorry, my question was not clear.
Assume a branch(b1) in CVS and I have placed a tag t1 on that branch, say,
one month back. After placing the tag, few files were checked into the
branch b.
How do I get the list of files that are checked into the branch b, after the
tag t1.
regards,
Prasad GSK


-----Original Message-----
From: address@hidden [mailto:address@hidden 
Sent: Friday, January 30, 2004 6:15 PM
To: address@hidden
Subject: RE: History in CVS



> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden Behalf 
> Of Prasad G S K
> Sent: Friday, January 30, 2004 3:37 AM
> To: address@hidden
> Subject: History in CVS
> 
> I want to get the history of all committed files in a
> particular branch
> since a given tag on that branch.

Take a look at the usage for the log command (cvs log --help), but I think
you want something like:

        cvs log -rtag_name::

-Matt


_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

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