I am trying not to ignore the core directory during cvs import.
I added a cvsignore file in $CVSROOT/$CVSROOT directory of server.
This cvsignore file contains:

!
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
.*.o.flags

This did not work.
But if I add this to my $HOME/.cvsignore file it works.

The documentation says $CVSROOT/$CVSROOT is the first place it looks.

Is it a bug? or the documentation is not correct?

Thanks

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to