How to make CVS Import ignore the ignore list

Andrew <[email protected]> Wed, 17 Nov 2004 09:32:39 -0700
Newsgroups gmane.comp.java.netbeans.modules.javacvs.devel
Message-ID <[email protected]>
Hello,

I've just found a bug in my code that is using javacvs and I can't fid 
out how to fix it.  I am exporting code from one repository and 
importing it into another.  When I do this, everything (code, jar files, 
scripts, etc) but some .so's I have get imported.  The .so's get 
ignored.  I have no .cvsrc in my environment, so I don't know why it is 
ignoring them.  Does the CVS server ignore binary files by default? 

In anycase, I want to get able to tell the import command to ignore the 
ignore list.  i.e. do a cvs import -I! module
How can I do this with the javacvs Import command?

Thanks!
Andrew