info-cvs
[Top][All Lists]
Advanced

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

Re: View all tags or branches


From: Rob Helmer
Subject: Re: View all tags or branches
Date: Wed, 5 Mar 2003 20:48:28 -0800
User-agent: Mutt/1.3.28i

On Wed, Mar 05, 2003 at 05:00:56PM -0600, Hanman Gajarla wrote:
> I am trying to view all the tags and branches created in one of our CVS
> modules.  Does any one suggest a command for this purpose?

"cvs rlog modulename", under the "symbolic names:" section of each
entry.

rlog and log accept the option to *not* show tags, but I guess it
would be handy in your case to only show tags.

You could write a script that ignores everything other than the
text between "symbolic names:" and "keyword substitution:" ( if any ),
and pipe "cvs rlog" to that, if this is going to be something you
do often, and not just a one-time sweep ( in which case you may
as well just wade through the output ).

Maybe someone else on the list knows of a more elegant solution? :)



HTH,
Rob Helmer




reply via email to

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