Doh! I must be a moron for missing that. I need to come up with a better ignore list. Those were put in since we have lots of things like bin.SunOS, bin.OSF1, bin.IRIX, bin.NT.. and so on. Maybe just changing it to bin.* would be better, at least better than bin*. Or I could specify all the platforms, so there is no *.
Thanks for the help -grant -----Original Message----- From: Kaz Kylheku [mailto:kaz@;ashi.footprints.net] Sent: Wednesday, November 13, 2002 11:24 AM To: Schoep, Grant @ STORM Cc: [EMAIL PROTECTED] Subject: Re: import is ignoring certain files On Wed, 13 Nov 2002, Schoep, Grant @ STORM wrote: > I just had our CM do a big import of a new dev env. However, the import > seemed to just ingore certain files that I wouldn't expect it to. I had to > do a cvs import -I! to get them in. Any clues as to why it was ignoring > these files. > > I someProg/bsh/commands/bind.bsh > I someProg/bsh/commands/object.bsh > I someProg/modes/objective-c.xml > > There were a bunch of other .bsh and .xml files that it imported fine. So I > am confused. > > The cvsignore file in $CVSROOT/CVSROOT just has the following > > bin* Doh, that pattern matchs ``bind.bsh'' > lib* > obj* Doh, that pattern matches object.bsh, and objective-c.xml. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
