info-cvs
[Top][All Lists]
Advanced

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

RE: Has anyone done some awk/Perl/Ruby magic to get a nice branch histor


From: Tom Copeland
Subject: RE: Has anyone done some awk/Perl/Ruby magic to get a nice branch history?
Date: Fri, 27 Sep 2002 11:34:58 -0400

I had not seen that, I'll check it out, thanks much!

Yours,

Tom

-----Original Message-----
From: Applegate, JoAnne [mailto:address@hidden 
Sent: Friday, September 27, 2002 10:27 AM
To: Tom Copeland
Subject: RE: Has anyone done some awk/Perl/Ruby magic to get a nice
branch history?


Have you tried bonsai?  Here is what it looks like, notice the use of
Branch http://bonsai.mozilla.org.  

I use this all the time to monitor my branches.

http://www.mozilla.org/bonsai.html  


-----Original Message-----
From: Tom Copeland [mailto:address@hidden
Sent: Friday, September 27, 2002 11:14 AM
To: address@hidden
Subject: Has anyone done some awk/Perl/Ruby magic to get a nice branch
history?


This has been brought up here before, but the archives don't show any
nice solutions.

I'm just trying to get this info:

https://cvs.ultralog.net/cgi-bin/cvshist?repository=/cvs/logistics/sra&c
vsmodule=sra&branch=HEAD&threshold=1

for a branch.  

For example, we've got a relatively new branch called final_assessment
and I'd like to see all the commits that have been done for the past 3
days on that branch.  cvs history doesn't seem to have a branch option -
just tags and revision numbers.  Now we enter the land o' dragons.  I
can use 'cvs rdiff' to get a list of files modified on the branch.  Then
I can use 'cvs history' to filter those out by date - except I can't,
because then I'll get some additional history entries that happened on
the HEAD.  Maybe if I fed 'cvs rlog' thru awk... 

If anyone's made progress towards doing something like this, please
share your experiences....

Many Thanks,

Tom Copeland
InfoEther
703-486-4543 



_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs






reply via email to

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