info-cvs
[Top][All Lists]
Advanced

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

looking for cvs utility to annotate which checkin each line came from


From: jonathan cano
Subject: looking for cvs utility to annotate which checkin each line came from
Date: 30 Jan 2006 15:12:50 -0800
User-agent: G2/0.2

I'm looking for a utility that prints out a CVS controlled file with
each line prepended with the version that the line was checked in
under.  E.g.

  % cvs_cat_versions   foo.c

    1.1      : /*
    1.1      :  * blah
    1.1      :  */
    1.1      : #include <stdio.h>
    1.1      :
    1.1      : typedef struct {
    1.3      :     int a;
    1.22     :     int b;
    1.1      :     char buf[7];
    1.1      :
    1.1      : } a_t;
    1.1      :
    1.41     : typedef struct {
    1.41     :     char buf[50];
    1.41.2.1 :     short       s1;
    1.41     : } b_t;
    1.1      :

does such a utility already exist?  I've googled but to no avail.  If
'cvs_cat_versions' does exist I don't know what search words I need to
find it.

Regards,
  --jfc



reply via email to

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