[cvsnt] Re: ANN: ViewCvs installer updated with rcsparse fix
Glen Starrett
grstarrett at cox.net
Wed Mar 24 22:12:05 GMT 2004
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
More information about the cvsnt
mailing list