CVS problem with SSIServlet file

2002-05-24 Thread Remy Maucherat
I was having a case problem with one file, and tried to fix it. However, I now have problems adding back the file. Maybe it's a WinCVS bug. The server returned: assertion key != NULL failed: file /usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/hash.c, line 312 cvs [server aborted]:

Re: CVS problem with SSIServlet file

2002-05-24 Thread Glenn Nielsen
Remy, I just fixed the SSiCommand.java case and have updated several times from CVS without any problems. Tomcat 4 CVS HEAD now builds fine for me. One of my updates did get delayed for 10-15 seconds while you had a lock on one of the SSI files. I no longer see an SSIServlet.java or

Re: CVS problem with SSIServlet file

2002-05-24 Thread Remy Maucherat
Remy, I just fixed the SSiCommand.java case and have updated several times from CVS without any problems. Tomcat 4 CVS HEAD now builds fine for me. One of my updates did get delayed for 10-15 seconds while you had a lock on one of the SSI files. I no longer see an SSIServlet.java or

Re: CVS problem with SSIServlet file

2002-05-24 Thread Dan Sandberg
Perhaps Bill had the same problem when he tried to submit my code. The code I posted on this list had the file named SSIServlet.java ( not SsiServlet.java ) and the web.xml file called it SSIServlet.java. Bill changed those both to SsiServlet, perhaps because of the problems you are having.