Discussion:
How to achieve list of release tags for selected project?
Metalpalo
2009-05-28 06:18:55 UTC
Permalink
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
--
View this message in context: http://www.nabble.com/How-to-achieve-list-of-release-tags-for-selected-project--tp23755841p23755841.html
Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.
Todd Denniston
2009-05-28 18:51:16 UTC
Permalink
Post by Metalpalo
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. _
Arthur Barrett
2009-05-28 21:10:20 UTC
Permalink
Post by Metalpalo
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.
You will probably get the best answer by asking on the WinCVS mailing
list.

Home page:
http://wincvs.org/

Mailing list:
http://groups.yahoo.com/subscribe/cvsgui

WinCVS uses macros for things like changelog (cvs2cl) and since it's
wincvs specific then forum for CVS 1.x server (this one) is not the best
place to ask.

If you are using CVSNT server (on linux, mac or windows) then the
info-cvs forum is never the correct place to ask since CVSNT has many
many specific commands/features.

Regards,


Arthur Barrett

Loading...