Re: Testing for updated files

2005-02-07 Thread russ . sherk
Bill Moseley wrote: My hope was I could do something like: cvs update do_something_with_updated_copy via cron to update a local build whenever there's a change in cvs. Anyone have a suggestion how to tell when a cvs update actually updates files in the local copy? -- Bill Moseley

Re: Testing for updated files

2005-02-07 Thread Larry Jones
[EMAIL PROTECTED] writes: grep for leading 'U' in cvs output. In the form of : U path/to/my.file And 'P', too. -Larry Jones I hate being good. -- Calvin ___ Info-cvs mailing list Info-cvs@gnu.org

Re: Testing for updated files

2005-02-07 Thread Bill Moseley
On Mon, Feb 07, 2005 at 11:18:26AM -0800, [EMAIL PROTECTED] wrote: grep for leading 'U' in cvs output. In the form of : U path/to/my.file Ah, that's easy. Thanks. cvs also writes this to stderr: cvs server: Updating . cvs server: Updating bin cvs server: Updating lib Can that be

RE: Testing for updated files

2005-02-07 Thread Matt Doar
cvs -q should do it ~Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Moseley Sent: Monday, February 07, 2005 12:20 PM To: info-cvs@gnu.org Subject: Re: Testing for updated files On Mon, Feb 07, 2005 at 11:18:26AM -0800, [EMAIL

Re: Testing for updated files

2005-02-07 Thread Larry Jones
Bill Moseley writes: Can that be suppressed? I'd like my cron job to be quiet unless there's a problem and then mail me stderr output. ``cvs --help-options'' Pay particular attention to -q and -Q. -Larry Jones Rats. I can't tell my gum from my Silly Putty. -- Calvin