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.
Check the information at http://devguy.com/cvsweb "Randy.chang" <randy_chang at sohu.com> wrote in message news:aoltqq$4r8$1 at sisko.nodomain.org... > hi! > 1) cvsweb.cgi has such a sentense : > > $string =~ > s¡ìhttp|ftp|https)(://[-a-zA-Z0-9%.~:_/]+)([?&]([-a-zA-Z0-9%.~:_]+)=([-a-zA- Z > 0-9%.~:_])+)*¡ìA HREF="$1$2$3">$1$2$3</A>¡ì > > > i can not understand ,the char ¡ì is a char larger than 128 ,in fact is 167 > ,why appear in perl > '¡ì' appear in linux ,but in windows this file appear much stange ,the > sentense is > > $string =~ > s?http|ftp|https)(://[-a-zA-Z0-9%.~:_/]+)([?&]([-a-zA-Z0-9%.~:_]+)=([-a-zA-Z > 0-9%.~:_])+)*?A HREF="$1$2$3">$1$2$3</A>? > > what is wrong ? > > 2) when i configure over the cvswebnt and have a try it tells the errors > ,why? > " Error: Failed to spawn GNU rlog on > 'e:/CVS_Repos/test/CVSROOT///checkoutlist,v, > e:/CVS_Repos/test/CVSROOT///commitinfo,v," > > > >