Murtaza Gaadi Wala writes: > > When I use, cvs import with [-W "*.exe -k'b'" -W "*.dll -k'b'" .....] > option individually for all binary file types (altogether there are 22 > types viz. .dll, .bmp, .exe, .dsw ....), it treats only *.exe files as > binary and other binary files are considered as text files.
That shouldn't happen. Perhaps you're having a case problem -- maybe the other files are actually *.DLL rather than *.dll. Try making your patterns case insensitive: "*.[Ee][Xx][Ee]". -Larry Jones Hello, local Navy recruitment office? Yes, this is an emergency... -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
