Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 2004 18:42:53 +1000
From:      Peter Jeremy <PeterJeremy@optushome.com.au>
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:  <20040720084253.GC3001@cirb503493.alcatel.com.au>
In-Reply-To: <20040719224725.GA14501@daemon.li>
References:  <200407192245.i6JMj9oa068688@repoman.freebsd.org> <20040719224725.GA14501@daemon.li>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040720084253.GC3001>