From: "Tim Peters" <tim.one@home.com>
Date: Thu, 10 Jan 2002 15:26:32 -0500
Subject: [Python-Dev] Ouch -- CVS troubles with 2.1.2c1

Trying to add a new file to the release21-maint branch caused CVS commit to
die with an assertion error:

C:\Code\python\dist\src\PCbuild>cvs commit uninstal.wse
RCS file: /cvsroot/python/python/dist/src/PCbuild/Attic/uninstal.wse,v
done
cvs: commit.c:2104: checkaddfile: Assertion `*rcsnode == ((void *)0)'
failed.
Terminated with fatal signal 6
CVS.EXE commit: saving log message in c:\windows\TEMP\3

Trying again finds a stale lock:

C:\Code\python\dist\src\PCbuild>cvs commit uninstal.wse
cvs server: [12:22:36] waiting for tim_one's lock in
/cvsroot/python/python/dist/src/PCbuild
cvs server: [12:23:06] waiting for tim_one's lock in
/cvsroot/python/python/dist/src/PCbuild
...

Anyone got a clue?


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev