info-cvs
[Top][All Lists]
Advanced

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

Re: Timestamping Tags?


From: Schwenk, Jeanie
Subject: Re: Timestamping Tags?
Date: Mon, 4 Mar 2002 16:10:44 -0800

I needed a way to have the tag activity and the timestamp as well.  Here's
my solution.

taginfo contents:   
        ALL /home/cvsadmin/CVSROOT/logTagActivity

logTagActivity contents:  
        #!/bin/sh
        echo `date` " $@" >> /home/cvsadmin/taglog

Now I have a log file with the timestamp and the tag activity.

Jeanie




reply via email to

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