info-cvs
[Top][All Lists]
Advanced

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

Re: cvs log


From: Derek R. Price
Subject: Re: cvs log
Date: Tue, 05 Jun 2001 10:15:05 -0400

"Zanabria, Moises" wrote:

> I need to create a report with the following information:
>
> symbolic names:
> revision:
> date:
> comment:
>
> I tried with cvs log but I can't filter the information for specific Tag.
>
> somebody have a query or script to generates a similar information.
> Any information I will appreciate.

Actually, you should be able to grab log information for a specific tag
using 'cvs log -r'.  You might have to use a filter to parse off the header
information.

address@hidden dprice]$ cvs -H log
Usage: cvs log [-lRhtNb] [-r[revisions]] [-d dates] [-s states]
    [-w[logins]] [files...]
 -l Local directory only, no recursion.
 -R Only print name of RCS file.
 -h Only print header.
 -t Only print header and descriptive text.
 -N Do not list tags.
 -b Only list revisions on the default branch.
 -r[revisions] Specify revision(s)s to list.
    rev1:rev2   Between rev1 and rev2, including rev1 and rev2.
    rev1::rev2  Between rev1 and rev2, excluding rev1 and rev2.
    rev:        rev and following revisions on the same branch.
    rev::       After rev on the same branch.
    :rev        rev and previous revisions on the same branch.
    ::rev       Before rev on the same branch.
    rev         Just rev.
    branch      All revisions on the branch.
    branch.     The last revision on the branch.
 -d dates Specify dates (D1<D2 for range, D for latest before).
 -s states Only list revisions with specified states.
 -w[logins] Only list revisions checked in by specified logins.
(Specify the --help global option for a list of other help options)
address@hidden dprice]$

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:address@hidden         CollabNet ( http://collab.net )
--
There are plenty of businesses like show business.
There are plenty of businesses like show business.
There are plenty of businesses like show business...

          - Bart Simpson on chalkboard, _The Simpsons_






reply via email to

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