-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Pablo Neira <[EMAIL PROTECTED]> writes:
> First off, I sent this email without being subscribed to info-cvs. I > had a look at the mail archive and I didn't find my post, so it seems > that being subscribed to post is a must. Anyway, sorry if I posted the > same twice. > > well, my problem... > > I just created a cvs repository, I imported a kernel source for personal > modifications. Well, kernel contains some directories called "core" > which are ignored because it's included in the list of files/directory > to be ignored. Actually I can see: > > I core > > while importing. > > I had a look at cvsignore docs: > > http://docs.freebsd.org/info/cvs/cvs.info.cvsignore.html > > so it says that I can _add_ new files to be ignored, mmm so can I modify > this list?. Actually I created a file cvsignore: > > [EMAIL PROTECTED]:/home/cvs# cat CVSROOT/cvsignore > RCS SCCS CVS CVS.adm > RCSLOG cvslog.* > tags TAGS > .make.state .nse_depinfo > *~ #* .#* ,* _$* *$ > *.old *.bak *.BAK *.orig *.rej .del-* > *.a *.olb *.o *.obj *.so *.exe > *.Z *.elc *.ln > > but cvs still ignores core directory, so If I'm not doing anything > wrong, that file only let me add files/directories to ignore but it > doesn't let me modify the built-in list of ignore stuff, am I missing > anything? Depending on your shell... cvs import -I \! module vendor vendor-version or cvs import -I '!' module vendor vendor-version will tell cvs to ignore its default ignore list. However, any .cvsignore entries in the given directories are still honored. You may find http://www.cvshome.org/docs/manual/current/cvs_16.html under the '-I name' section to be helpful to you. Enjoy! -- Mark -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAmEMv3x41pRYZE/gRAjMtAJ4z/BguXjUaWSQYhtUG7RD24MkmxgCgxlb/ QiVSjsXCURz5zFPKZJtn974= =hpqU -----END PGP SIGNATURE----- _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
