bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs diff bug


From: Jiri Moskovcak
Subject: cvs diff bug
Date: Thu, 26 Jul 2007 13:51:31 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20070719)

Hi,
if I try to run "cvs -n -t diff -r BASE -r other_tag foo" and foo is deleted file, the command fails with this message:

-> main loop with CVSROOT=/tmp/test-cvsroot/
-> Reader_Lock(/tmp/test-cvsroot)
-> RCS_checkout (/tmp/test-cvsroot/c.inu,v, 1.1, , , /tmp/cvsUk6bBD)
-> RCS_checkout (/tmp/test-cvsroot/c.inu,v, -1.1, , , (function))
cvs: rcs.c:4207: RCS_checkout: Assertion `rev == ((void *)0) || ((*__ctype_b_loc ())[(int) (((unsigned char) *rev))] & (unsigned short int) _ISdigit)' failed.
cvs [diff aborted]: received abort signal
-> Lock_Cleanup()

It seems that BASE tag expands to -1.1 and rcs tries to checkout version -1.1.

Thanks for any advice.
J.M.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]