On 6/27/05, Aaron Jackson <[EMAIL PROTECTED]> 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) [EMAIL PROTECTED] *
> *       http://mlug.missouri.edu/~yolan/        *
> *    AIM: YolanLINUX, YolanOTHER, YolanLAPTOP   *
> *                 ICQ: 74624109                 *
> *************************************************
>              *  Doubling Technologies *
>              **************************
> 
> 
> _______________________________________________
> Info-cvs mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/info-cvs
>


_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to