Hello CVS-team!
Could you please comment why output from CVS sometimes uses 73
character =-separator lines while sometimes only 67 of them are used?
See the thread starting at
http://list-archive.xemacs.org/xemacs-beta/200201/msg00306.html
if you have the time.
Currently pcl-cvs expects 67 and reports parser errors otherwise.
A possible fix for pcvs-parse.el would be to change
(cvs-match
"===================================================================$")
to
(cvs-match
"[=]\{67,\}$")
but understanding what's going first is always a good idea :-)
Thanks in advance,
Adrian
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/