Hello Radha,

  I don't know how to do that in wincvs or tkcvs. I do a lot of my CVS 
handling on the
  command line and so I've made myself a couple of convenience tools...
 
  One of these is a Perl script that does exactly what you need: either 
lists all the tags
  used in a project or list all the files that have a certain tag.

  Just cd into a checked out copy and run "lstag -l" to get the list of 
all known tags for that
  working copy (works recursively so you won't miss anything).

  When you're interested in knowing which files have got tag "FOO", run 
"lstag FOO".

  This script runs fine on Linux and I guess you should be able to get it 
to work on windows
  with cygwin. [...checking...] In fact, it works like a charm with my 
cygwin on NT 4.

  If you or anyone else is interested I can put it on the list. It's 
small, about 3kb.

Erik Cumps





[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
09/26/2002 11:15 AM

 
        To:     [EMAIL PROTECTED]
        cc: 
        Subject:        List of CVS Tags


Hi,


Can you please tell me how to get the list of all the tags of a project 
in "wincvs".
I am working on windows98.




_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to