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: Mon, 28 Oct 2002 13:25:18 -0500

Thanks to all those who replied.  I ended up writing some Ruby classes
to wrap cvs-exp - http://www.cs.rice.edu/~ssiyer/code/cvs-exp/ - to
produce a decent branch history:

https://cvs.ultralog.net/

Click on any of the "Recent commits" links to see an example...

Thanks,

Tom

> -----Original Message-----
> From: address@hidden [mailto:address@hidden 
> On Behalf Of Tom Copeland
> Sent: Friday, September 27, 2002 10: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]