> Date: Mon, 4 Jul 2005 16:47:24 +0200
> From: Juanma Barranquero <[EMAIL PROTECTED]>
> 
> On 7/4/05, Juanma Barranquero <[EMAIL PROTECTED]> wrote:
> 
> > P config.bat
> > cvs update: checksum failure after patch to ./config.bat; will refetch
> 
> Weirdly enough, it all worked again after
> 
>   C:\...\HEAD> cvs -q update -kb config.bat
>   U config.bat
>   C:\...\HEAD> cvs -q update

That's a known problem: it means that config.bat didn't have -kb in
your CVS/Entries file prior to the first "cvs update" (without -kb).
That's why the first "cvs up" did a P(atch) instead of U(pdate).  When
it tries to patch a file with DOS-style line-endings, the checksum
never works out due to EOL munging by the client (it blindly adds a CR
before each LF, even if there's already a CR).


_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to