[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Commit Logs
From: |
Adam Fedor |
Subject: |
RE: Commit Logs |
Date: |
Thu, 29 Apr 2004 20:59:07 -0400 |
> -----Original Message-----
> From: Alexander Malmberg [mailto:alexander@malmberg.org]
> Sent: Thursday, April 29, 2004 8:30 PM
> To: bug-gnustep@gnu.org
> 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
- Commit Logs, Adam Fedor, 2004/04/29
- RE: Commit Logs,
Adam Fedor <=