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.
Bo Berglund wrote: > The fix reported was around line 764 in this same file: > # consume each file found in the resulting log > for file in chunk: > filename, default_branch, taginfo, eof = _parse_log_header(rlog) > added ==> file.path = string.replace(file.path,'\\','/') > > if eof == _EOF_LOG: > > If someone who knows Python enough can supply a full patch it would be > good. Preferably to the ViewCvs developers so CVS can be updated. > Then the installer would be on more stable ground I guess. Don't forget the missing variable "where" which got me in that routine to begin with. I don't know if it's better to fix the declaration and calls to include it or to remove it from the error message--since it's not otherwise used I opted for the latter. -- Glen Starrett