Date: Tue, 20 Jul 2004 10:29:08 +0100 From: Mark Murray <mark@grondar.org> To: Josef El-Rayes <josef@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 ... Message-ID: <200407200929.i6K9T9iP076814@grimreaper.grondar.org> In-Reply-To: Your message of "Mon, 19 Jul 2004 22:47:25 -0000." <20040719224725.GA14501@daemon.li>
next in thread | previous in thread | raw e-mail | index | archive | help
Josef El-Rayes writes: > > Modified files: > > . 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 taginfo unwrap verifymsg wrap > > i have no idea what happenend here, i checked out CVSROOT from dcvs > and only edited access? > > can anyone explain? Yeah. You most likely went $ cd CVSROOT $ cvs commit -f When you should have done $ cd CVSROOT $ cvs commit -f avail The '-f' in the first case defaultewd to all files. In the second, you are explicit about which file to force. M -- Mark Murray iumop ap!sdn w,I idlaH
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407200929.i6K9T9iP076814>