From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08:42:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3FE316A4CE; Tue, 20 Jul 2004 08:42:59 +0000 (GMT) Received: from mail001.syd.optusnet.com.au (mail001.syd.optusnet.com.au [211.29.132.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id C50C943D45; Tue, 20 Jul 2004 08:42:56 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) i6K8gt829132; Tue, 20 Jul 2004 18:42:55 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])i6K8grVd006321; Tue, 20 Jul 2004 18:42:54 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)i6K8grGS006320; Tue, 20 Jul 2004 18:42:53 +1000 (EST) (envelope-from pjeremy) Date: Tue, 20 Jul 2004 18:42:53 +1000 From: Peter Jeremy To: Josef El-Rayes Message-ID: <20040720084253.GC3001@cirb503493.alcatel.com.au> References: <200407192245.i6JMj9oa068688@repoman.freebsd.org> <20040719224725.GA14501@daemon.li> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040719224725.GA14501@daemon.li> User-Agent: Mutt/1.4.2i cc: doc-committers@freebsd.org cc: cvs-doc@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT access avail cfg.pm cfg_local.pm checkoutlist commit_prep.pl commitcheck commitinfo config cvs_acls.pl cvsignore cvswrappers edithook editinfo exclude log_accum.pl logcheck loginfo modules notify options rcsinfo rcstemplate tagcheck ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 08:42:59 -0000 On Mon, 2004-Jul-19 22:47:25 +0000, Josef El-Rayes wrote: >i have no idea what happenend here, i checked out CVSROOT from dcvs >and only edited access? I gather you just did a 'cvs ci -f' in CVSROOT. In the absence of any files/directories on the command line, cvs will scan the current directory and recurse down, looking for files to commit. Since you specified '-f', all files found are treated as needing to be committed. BTW, cvs looks for changed content rather than modtime so that touching access won't have any effect. All you needed to do was run 'cvs ci -f access' within CVSROOT. -- Peter Jeremy