Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Wed, 10 Mar 2004 14:27:29 +0100, "Olivier Booklage" <obooklage at mecavideofrance.com> wrote: >Hello, > >I have notice a problem with viewcvs.cgi ( viewcvsnt ) just since we have ugrade CVSNT to 2.0.34 : > >for download a file: >------------------------------------------------ >An Exception Has Occurred > >ViewCVSException: ViewCVS Unrecoverable Error: The filename from co did not match. Found "D:/CVS/MEC/AUTOCAD_LIB/CPLUS/Aphex.dwg". Wanted "D:/CVS\MEC/AUTOCAD_LIB/CPLUS/Aphex.dwg" >url="MEC/AUTOCAD_LIB/CPLUS/Aphex.dwg" >------------------------------------------------ > >it is a problem with slashes or backslashes transmitted by CVSNT ? > >Thank you for your help, because viewcvs is now down ;( > Make sure you're using forward slashes in all the pathnames in ViewCVS. CVSNT always uses forward slashes (for compatibility with Unix, and because backslash is special in many scripting languages). Tony