I'm trying to use rlog to get the history of a group of files included in one tag. I want to be able to see all of the other tags that this file is assigned to as well. Using the output below as an example, lets say I'm looking for a_project_2 in the log. The output should be as below with all files belonging to the tag a_project_2. Right now when I run the log I get all files including those that do not belong to a_project_2. I've been browsing the man pages and the syntax I understood was as in the command below.

command:
  cvs log -ra_project_2 a.project


===========BEGIN OUTPUT============

RCS file: /cvs/a.project/the.project/file1,v
Working file: the.project/file2
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
        a_project_2: 1.1.1.1
        a_project_1: 1.1.1.1
        arelease: 1.1.1.1
keyword substitution: kv
total revisions: 2;     selected revisions: 2
description:
----------------------------
revision 1.1
date: 2005/06/08 13:43:04;  author: yolan;  state: Exp;
branches:  1.1.1;
Initial revision
----------------------------
revision 1.1.1.1
date: 2005/06/08 13:43:04;  author: yolan;  state: Exp;  lines: +0 -0
no message
=============================================================================

RCS file: /cvs/a.project/the.project/file2,v
Working file: the.project/file2
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
        a_project_2: 1.1.1.1
keyword substitution: kv
total revisions: 2;     selected revisions: 2
description:
----------------------------
revision 1.1
date: 2005/06/08 13:43:04;  author: yolan;  state: Exp;
branches:  1.1.1;
Initial revision
----------------------------
revision 1.1.1.1
date: 2005/06/08 13:43:04;  author: yolan;  state: Exp;  lines: +0 -0
no message
=============================================================================


Thanks,
Yolan


*************************************************
* Yolan (Aaron Jackson) [EMAIL PROTECTED] *
*       http://mlug.missouri.edu/~yolan/        *
*    AIM: YolanLINUX, YolanOTHER, YolanLAPTOP   *
*                 ICQ: 74624109                 *
*************************************************
            *  Doubling Technologies *
            **************************


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

Reply via email to