Re: CVS problem

2002-07-11 Thread Dan Sandberg
I mucked with the CVS repository ( had no choice ) and fixed my CVS problems. I moved the SSIServlet.java,v file ( which had no java source ) into /tmp. This fixed the problems I had with core dumping when trying to check out old versions of jakarta-tomcat-4.0. Now I'll work on combining the

Re: CVS problem

2002-07-06 Thread Dan Sandberg
How? I'm not running any CVS commands. You need admin access to delete the #cvs.wfl or #cvs.lock files, which I don't have. If there's a way for me to fix this, please let me know. -Dan Remy Maucherat wrote: Trying to tag the CVS with 4.1.7 ... cvs server: [03:59:27] waiting for

CVS problem

2002-07-04 Thread Remy Maucherat
Trying to tag the CVS with 4.1.7 ... cvs server: [03:59:27] waiting for dsandberg's lock in /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets cvs server: [04:00:00] waiting for dsandberg's lock in

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.