info-cvs
[Top][All Lists]
Advanced

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

Re: List commits by user last N days


From: Todd Denniston
Subject: Re: List commits by user last N days
Date: Wed, 08 Aug 2007 09:01:27 -0500
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

Note: your hotmail account seems to be nonexistent, please use a correct and obviously non existent address if you are not going to use a real one, i.e., do not point the portion after the @ towards a DNS that exists. Thanks.
Serman D. wrote, On 08/08/2007 08:26 AM:
On Aug 7, 9:17 pm, Todd Denniston <address@hidden>
wrote:

TODAY=`date --iso-8601`
TENAGO=`date -d "10 days ago" --iso-8601`
#I really like gnu date. :)
DATESTRING=`echo "$TENAGO;$TODAY"`
cvs2cl.pl -r -t  -R serman_d -l "-d$DATESTRING"

Thanks Todd, I didn't even know about the cvs2cl script!

I think I have to play around with the cvs options though, because the
above command produced a Changelog of 20'000 lines going back to
2003.. :)

--
Serman D.


Did you use
DATESTRING=`echo "$TENAGO;$TODAY"`
cvs2cl.pl -r -t  -R serman_d -l "-d$DATESTRING"
or did you type in the text of DATESTRING into the cvs2cl line?
For some reason if it is typed in, the ';' breaks the line up and you get everything like you were seeing, but for me it seemed to work correctly when it was used as a variable.

--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter




reply via email to

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