Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Thu, 29 Dec 2005 00:15:12 -0800 (PST), rajiv kumar <cvsissue at yahoo.com> wrote: >Hi All, > > Subjects says everthing. > > I am curious to know does CVSNT provides any command/script to > get the list of all the tag/branch names created on top of a BRANCH. You have to use the cvs status command and then parse the output yourself. Note that the branch and tag concept applies to *files* not the other way around, so there is no way to get branch information without checking all files using cvs status or cvs log and then analyze the result. If you enable the DB auditing on your CVSNT server then you can more easily extract tag (and therefore branch) information using database queries. But this of course will apply only to tag operations done *after* the auditing is started. /Bo (Bo Berglund, developer in Sweden)