info-cvs
[Top][All Lists]
Advanced

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

Re: stupid question : list branch


From: StyxLord
Subject: Re: stupid question : list branch
Date: Sun, 21 Oct 2001 19:07:49 GMT

you could always do this ..

cvs log -h <filename> | grep ": [0-9]*\.[0-9]*\.0\."

or even better this ;)

cvs log -h <filename> | perl -e "while(<>){if(/\s+([^:]+):\s\d+\.\d+\.0\./)
{ print \"$1\n\"; } }"

Cheers,
Matt.

"Hasbullah Bin Pit (sebol)" <address@hidden> wrote in message
news:address@hidden
> how to list what available branch in a spesific module
>




reply via email to

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