Question about cvsup...

2007-11-18 Thread Darren Reed

Nearly every time I run cvsup from the command line (as root),
I see large amounts of output like this for every file:

SetAttrs src/contrib/amd/fsinfo/wr_fstab.c,v

Is cvsup actually doing anything?
Have I done something wrong in my config?
(I run in with "cvsup -l lockfile -g -L 1 ncvs-supfile")

Darren

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Question about cvsup...

2007-11-18 Thread John Hay
On Sun, Nov 18, 2007 at 04:56:08PM -0800, Darren Reed wrote:
> Nearly every time I run cvsup from the command line (as root),
> I see large amounts of output like this for every file:
> 
> SetAttrs src/contrib/amd/fsinfo/wr_fstab.c,v
> 
> Is cvsup actually doing anything?
> Have I done something wrong in my config?
> (I run in with "cvsup -l lockfile -g -L 1 ncvs-supfile")

Maybe there is a umask difference between your interactive env and
your cron env. I use this line in my cvsup config file to make sure
the file permissions are the way I want them:

*default umask=002

John
-- 
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"