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: Todd Denniston
Subject: Re: Show contents with certain tag
Date: Fri, 27 Jan 2006 12:27:20 -0500
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

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

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


try `cvs log`
or

cvs log -rAAAb 2>&1| grep -A2 "==========" | \
  grep "RCS file:"|less




reply via email to

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