I have the following entries in my cvswrappers file *.gif -k 'b'
*.exe -k 'b' *.jar -k 'b' *.dll -k 'b' *.obj -k 'b' *.zip -k 'b' but when I import the files all the files are imported except .exe files the .exe files have 'I' in front of them for command output but when I explicitly use the command cvs import -I ! -W "*.exe -k 'b'" DIR test test1 it works what am I doing wrong???? Please help Gunjan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 9:55 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: jar/exe files [EMAIL PROTECTED] writes: > > MIME-Version: 1.0 > Content-Type: multipart/alternative; Please do not post MIME and/or HTML encrypted files to the list. Plain text only, PLEASE! > I've been trying to import some jar and exe files in the cvs repository > and the jar files are not getting imported correctly(the files that were > close to 1.5 M) show up as 1K files. And the exe files don't show up at > all. Is there a special switch/flag I need to use for jar files? Those are both binary files, so you have to import them as such. See: <http://www.cvshome.org/docs/manual/cvs_9.html#SEC80> -Larry Jones ...That would be pretty cool, if they weren't out to kill me. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
