List,

Not necessarily a newcomer to cvs, but I'm experiencing some odd behavior that is unexpected, at least from within the context of my experience.

I did a search in the archive, found something close, but not exactly, in particular how CVS processes wrapper instructions (wrappers, home, ENV, command line).

Attached is a log of what I'm doing. Everything is going well, until I attempt to compile my project.

First, some system information:

cvs version: 1.11.12
Windows XP SP1
Cygwin (may not be relevant...but it's there)

Refer to my pseudo log attached for details.

I have updated my cvswrappers for the repository via the standard means:

$ cvs -d $REP co CVSROOT
.. edit CVSROOT/cvswrappers ...
$ cvs -d $REP commit -m "added some java binary filters"
... neat cvs messages about success ...

My import:

$ cvs -d $REP import -ko -I! -m "some meaningful message" blojsom BLOJSOM REL_2_11

Basically, the "-ko" switch seems to be hosing the JAR files in the project. Everything gets a Sticky Option of -ko. This kills JARs.

I have tried also
$ cvs -d $REP import -ko -I! -W "*.jar -k 'b'" -m "some meaningful message" blojsom BLOJSOM REL_2_11


to no better result.

And yes,

*.jar -k 'b'

is in my cvswrappers.

Any tips or gotchas I need to know about here?

Thanks,
Tim
[EMAIL PROTECTED] /cygdrive/c/usr/local/blojsom_2_11
$ cvs -d /usr/local/cvsroot import -ko -I! -m "loading blojsom 2.11" blojsom BL
OJSOM REL_2_11
N blojsom/build.xml
N blojsom/forrest-targets.ent
N blojsom/forrest.properties
N blojsom/LICENSE
N blojsom/README

...

No conflicts created by this import

[EMAIL PROTECTED] /cygdrive/c/usr/local/blojsom_2_11
$ cd ~/jwerk/

[EMAIL PROTECTED] ~/jwerk
$ cvs -d /usr/local/cvsroot co blojsom
U blojsom/LICENSE
U blojsom/README
U blojsom/build.xml
U blojsom/forrest-targets.ent
U blojsom/forrest.properties
...

[EMAIL PROTECTED] ~/jwerk
$ cd blojsom/

[EMAIL PROTECTED] ~/jwerk/blojsom
$ cvs -d /usr/local/cvsroot status lib/servlet-2.3.jar
===================================================================
File: servlet-2.3.jar   Status: Up-to-date

   Working revision:    1.1.1.1 Tue Mar  2 13:26:49 2004
   Repository revision: 1.1.1.1 /usr/local/cvsroot/blojsom/lib/servlet-2.3.jar,v

   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      -ko
$

[EMAIL PROTECTED] ~/jwerk/blojsom
$ cp lib/servlet-2.3.jar /tmp

[EMAIL PROTECTED] ~/jwerk/blojsom
$ cd /tmp

[EMAIL PROTECTED] /tmp
$ jar xvf servlet-2.3.jar
java.io.EOFException
        at java.util.zip.ZipInputStream.readFully(ZipInputStream.java:385)
        at java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:236)
        at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:73)
        at sun.tools.jar.Main.extract(Main.java:676)
        at sun.tools.jar.Main.run(Main.java:190)
        at sun.tools.jar.Main.main(Main.java:904)

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

Reply via email to