info-cvs
[Top][All Lists]
Advanced

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

Re: Getting tag information without checkout


From: Russ Sherk
Subject: Re: Getting tag information without checkout
Date: Mon, 27 Jun 2005 13:21:39 -0400

On 6/27/05, Aaron Jackson <address@hidden> wrote:
> I'm trying to find out what files a tag owns 
cvs rlog -NS -r <tag name> <module name> | grep "RCS file: " | sed
"<some sed script to get the file name>"
> and then inturn find out what tags a specific file belongs to. 
cvs rlog <module name>/<file name> | sed "<some sed script that parses
from 'symbolic names:\n' to 'Keyword subsitution: ' one tag
name:version pair per line>"
> The problem is that I need to do this
> without checking out the file every time. I am trying to set up a
> notification system for ant builds for some code that is moving from a
> development environment to production environment. The person preforming
> the move is not a developer so the build itself needs to warn them that
> the file has been modified by multiple tags recently and there could be a
> conflict with a version on the production machine.
> 
> Any ideas welcomed,
> Yolan
> 
> *************************************************
> * Yolan (Aaron Jackson) address@hidden *
> *       http://mlug.missouri.edu/~yolan/        *
> *    AIM: YolanLINUX, YolanOTHER, YolanLAPTOP   *
> *                 ICQ: 74624109                 *
> *************************************************
>              *  Doubling Technologies *
>              **************************
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/info-cvs
>




reply via email to

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