Getting tag information without checkout

2005-06-27 Thread Aaron Jackson
I'm trying to find out what files a tag owns and then inturn find out what tags a specific file belongs to. 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

Re: Getting tag information without checkout

2005-06-27 Thread Russ Sherk
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