info-cvs
[Top][All Lists]
Advanced

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

Re: Show contents with certain tag


From: Russ Sherk
Subject: Re: Show contents with certain tag
Date: Fri, 27 Jan 2006 13:07:16 -0500



On 27 Jan 2006 08:33:23 -0800, address@hidden <address@hidden> wrote:
My quest seems easy enough, but for some reason I cannot get the
results I need.

I am trying to get a listng of files in my repository with a certain
tag.

For exapmle, I have a tag called AAAb. I want to get a listing of all
pieces in the repositry that have a tag of AAAb.

The command I tried was:
cvs history -T AAAb

 Usage: cvs history [-report] [-flags] [-options args] [files...]

   Reports:
!!!!        -T              Produce report on all TAGs  !!!!
        -c              Committed (Modified) files
        -o              Checked out modules
        -m <module>     Look for specified module (repeatable)
        -x [TOEFWUCGMAR] Extract by record type
        -e              Everything (same as -x, but all record types)
   Flags:
        -a              All users (Default is self)
        -l              Last modified (committed or modified report)
        -w              Working directory must match
   Options:
        -D <date>       Since date (Many formats)
        -b <str>        Back to record with str in module/file/repos field
        -f <file>       Specified file (same as command line) (repeatable)
        -n <modulename> In module (repeatable)
        -p <repos>      In repository (repeatable)
!!!!        -r <rev/tag>    Since rev or tag (looks inside RCS files!)  !!!!
        -t <tag>        Since tag record placed in history file (by anyone).
        -u <user>       For user name (repeatable)
        -z <tz>         Output for time zone <tz> (e.g. -z -0700)

This returns history of modules with any tag.

How do I get a listing that shows the contents of the repository that
are tagged a certain way?

Thanks.

P.S. I searched the archives and could not find the answer, but may
have missed it in my frustration...

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


reply via email to

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