info-cvs
[Top][All Lists]
Advanced

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

Re: get list of branches


From: Mark D. Baushke
Subject: Re: get list of branches
Date: Fri, 22 Aug 2003 10:57:28 -0700

Euan Guttridge <address@hidden> writes:

> Is it possible to retrieve a list of branches in a repository?

Possible? Sure. Easy? Well, you need to do a 'cvs log' on your
repository and post-process it to get just the branch names.

If you want to hack a script that already does most of the job for you,
you could probably start with a copy of something like the cvs2cl.pl
perl script written by Karl Fogel. It allows you to post-process the
'cvs log' ourput of your repository and include the branches that it
finds.

        Good luck,
        -- Mark




reply via email to

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