From owner-freebsd-questions@FreeBSD.ORG Wed Sep 8 17:51:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29D5116A4CE for ; Wed, 8 Sep 2004 17:51:18 +0000 (GMT) Received: from p15140542.pureserver.info (papendorf-se.de [217.160.222.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id B17A843D2F for ; Wed, 8 Sep 2004 17:51:17 +0000 (GMT) (envelope-from freebsd@nagilum.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by p15140542.pureserver.info (Postfix) with ESMTP id CEE042F4118; Wed, 8 Sep 2004 19:51:16 +0200 (CEST) Received: from p15140542.pureserver.info ([127.0.0.1]) by localhost (p15140542 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10047-02; Wed, 8 Sep 2004 19:51:15 +0200 (CEST) Received: from cakebox.homeunix.net (stgt-d9bb5cee.pool.mediaWays.net [217.187.92.238]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by p15140542.pureserver.info (Postfix) with ESMTP id E1C732F405B; Wed, 8 Sep 2004 19:51:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id 875103029DF; Wed, 8 Sep 2004 19:50:28 +0200 (CEST) Received: from cakebox.homeunix.net ([127.0.0.1]) by localhost (cakebox.tis [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15780-02; Wed, 8 Sep 2004 19:50:19 +0200 (CEST) Received: from [10.1.1.4] (scorpio.tis [10.1.1.4]) by cakebox.homeunix.net (Postfix) with ESMTP id 867DD3029BA; Wed, 8 Sep 2004 19:50:17 +0200 (CEST) Message-ID: <413F468E.2020803@nagilum.org> Date: Wed, 08 Sep 2004 19:51:10 +0200 From: Nagilum User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Karel J. Bosschaart" References: <20040908123608.GA8387@kayjay.xs4all.nl> In-Reply-To: <20040908123608.GA8387@kayjay.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at cakebox.homeunix.net X-Virus-Scanned: by amavisd-new at papendorf-se.de cc: questions@freebsd.org Subject: Re: cvsup, SetAttrs, I've read the FAQ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 17:51:18 -0000 How about a "grep -v SetAttr" ? Karel J. Bosschaart wrote: >Hi, > >I would like to get rid of the 'SetAttrs' lines in the cvsup logs. >Of course I found the FAQ at http://www.cvsup.org/faq.html#setattrs ; >I have umask=2 defined in my supfile, always run as root and after removing >the checkout files, these files are rebuilt and all is fine. Only for one >time though: running cvsup a second time will show 'SetAttrs' on the files >that were updated in the previous run. See example of two cvsup runs: > >First run: > >kayjay# cvsup cvs-supfile >Connected to cvsup2.nl.FreeBSD.org >Updating collection src-all/cvs > Edit src/sys/fs/msdosfs/msdosfs_fat.c,v > Edit src/sys/fs/msdosfs/msdosfs_lookup.c,v >Updating collection cvsroot-all/cvs > Append to CVSROOT-doc/commitlogs/doc > SetAttrs CVSROOT-src/commitlogs/lib > SetAttrs CVSROOT-src/commitlogs/sbin > SetAttrs CVSROOT-src/commitlogs/share > Append to CVSROOT-src/commitlogs/sys >Updating collection ports-all/cvs >Updating collection doc-all/cvs > Edit doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v > SetAttrs doc/en_US.ISO8859-1/slides/common/freebsd-users.xml,v > Edit doc/ru_RU.KOI8-R/books/handbook/printing/chapter.sgml,v >Finished successfully > >Second run: > >kayjay# cvsup cvs-supfile >Connected to cvsup2.nl.FreeBSD.org >Updating collection src-all/cvs > SetAttrs src/sys/fs/msdosfs/msdosfs_fat.c,v > SetAttrs src/sys/fs/msdosfs/msdosfs_lookup.c,v >Updating collection cvsroot-all/cvs > SetAttrs CVSROOT-doc/commitlogs/doc > SetAttrs CVSROOT-src/commitlogs/lib > SetAttrs CVSROOT-src/commitlogs/sbin > SetAttrs CVSROOT-src/commitlogs/share > SetAttrs CVSROOT-src/commitlogs/sys >Updating collection ports-all/cvs >Updating collection doc-all/cvs > SetAttrs doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v > SetAttrs doc/en_US.ISO8859-1/slides/common/freebsd-users.xml,v > SetAttrs doc/ru_RU.KOI8-R/books/handbook/printing/chapter.sgml,v >Finished successfully > > > >Over time, the lines with 'SetAttrs' will grow in number. I'm thinking >about removing the checkout files every time I run cvsup but that's not a >very nice solution. I'm facing this problem for quite some time and after >months of going through logs filled up with 'SetAttrs' I would like to solve >it properly. > >My supfile can be found at http://kayjay.nl/cvs-supfile if that's useful. > >Thanks for any advice, >Karel. >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >