> -----Original Message----- > From: Alexander Malmberg [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 29, 2004 8:30 PM > To: [EMAIL PROTECTED] > Subject: Re: Commit Logs > > > Adam Fedor wrote: > > Since commit logs still aren't working, I set up a little script > > which does a diff on the cvs repository hourly and mails it to > > the gnustep-cvs list if there are any changes. Hopefully if it > > works you'll see these in the future... > > Nice! However, it seems that the diffs are reversed. >
Yes, I'm trying to think of another way to do it. Currently it's cvs -z1 -q diff -D "`date -d tomorrow`" -u 2>&1 | fgrep -v "no longer exists" cvs update -Pd put perhaps I should do cvs update -Pd cvs -z1 -q diff -D "1 hour ago" -u as long as I know it's running hourly _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
