Re: [Codestriker-user] How to access CVS repo across a firewall
Brought to you by:
sits
|
From: David S. <si...@us...> - 2004-06-10 23:11:52
|
Hi Paul, This means there was an error when the CVS command ran. Please have a look in your apache error log file to see if there is anything relevant there. I have attached a new version of CvsPserver.pm to this email, as I suspect I know what the problem may be - we need to quote the relevant parts of this command, and since there are now ';' characters in there, the shell was getting confused. Can you try copying this new version of CvsPserver.pm to your system, restart apache, and let me know if it fixes the problem? If it doesn't, try running the command that is displayed in the apache error log from the command line. If there are any errors when you do this, this may identify what the problem is. Remember, the command is executed as the same user as your webserver. If all is well, you can remove the print STDERR from this file on line 36. Cheers, David On Thu, 10 Jun 2004 17:51, Paul Huang wrote: > Hi David > > Oops, another bug: > > Although the code review topic could be generated smoothly, the > "Parallel" code view style doesn't work properly. > > Normally, the "Parallel" style would show up all the code content, mark > out different place. However, this time, the "Parallel" style only gives > the differnt place, just the same as the common diff style. > > I attached the diff file (diff.txt) and the "Parallel" html file > (cs.mht) FYR. > > -Paul -- Cheers, David |