info-cvs
[Top][All Lists]
Advanced

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

Re: How to achieve list of release tags for selected project?


From: Todd Denniston
Subject: Re: How to achieve list of release tags for selected project?
Date: Thu, 28 May 2009 14:51:16 -0400
User-agent: Thunderbird 2.0.0.19 (X11/20081209)

Metalpalo wrote, On 05/28/2009 02:18 AM:
Hello

I need to achieve list of release tags for selected project. Does exist some
form of command line which supports it?

I use WinCVS client.

Thanks


Assuming that all of your release tags follow a pattern, i.e., release_1, release_2, release_3....

The tool I would use is cvs2cl[1].

cvs2cl -t -T --show-dead

This should give you a Changelog file that contains, among other things, a list of every normal[2] tag ever applied to the baseline. _From there you can search for the pattern that above I assumed existed.


`cvs2cl --help` should give you help with the options of your version of cvs2cl.

[1] http://www.red-bean.com/cvs2cl/
or the python version of it cvs2cl.py that is included in CVSNT (Which IIRC is included in WinCVS)

[2] it _may_ not show branch tags (created with `cvs tag -b`), but I am not 
sure.


You may also want to ask on the CVSNT mailing list, because there folks there who are more familiar with what is available in the windows toolbox.

cvsnt list:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt


Hope this helps.
--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter




reply via email to

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