info-cvs
[Top][All Lists]
Advanced

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

Assertion failed: rev == NULL || isdigit ((unsigned char) *rev)


From: David Everly
Subject: Assertion failed: rev == NULL || isdigit ((unsigned char) *rev)
Date: Sat, 16 Feb 2002 05:50:51 -0700
User-agent: Mutt/1.2.5i

I have an unusual situation:

My project has the following tags (in order of appearance):

tag_a
tag_b
tag_c

I have been asked to see if I can take the project back to tag_b and
then add in the changes made between tag_c and now.

So I did the following to see what would happen:

cvs checkout my_project
cd my_project
cvs update -j HEAD -j tag_b
cvs update -j tag_c -j HEAD

In the binary for Solaris downloaded from cvshome.org, I get the
following during the last command:

Assertion failed: rev == NULL || isdigit ((unsigned char) *rev), file
/u/scjones/cvs-nightly/src/rcs.c, line 3990
cvs [server aborted]: received abort signal

cvs --version

Concurrent Versions System (CVS) 1.11.1p1 (client/server)



reply via email to

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