The message I got is :
Assertion failed: *rcsnode == NULL, file /u/scjones/cvs-nightly/src/commit.c, line
2056
on a normal commit (I don't know why I got this message in this commit rather than in
another)
Looking to the code on codecatalog.com I read :
2054 if (rcsnode != NULL)
2055 {
2056 assert (*rcsnode == NULL);
2057 *rcsnode = rcsfile;
2058 }
Everyone can see that line 2057 will never be executed. There's something wrong
I gess that on of the to line 2054 or 2056 as inverted the condition (probably line
2056 should be : assert (*rcsnode != NULL); if it has any
utility )
I'm a beginner with cvs so this analyse has to be validate
If you could give me a workaround or a description of the condition wich causes this
error, it will be helpfull
***************************************************
Ce message a été contrôlé par un anti-virus.
***************************************************
_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs