OK, i think i found where to hack : add.c line 518 :
"re-adding file %s (in place of dead revision %s)"
this is the message given by CVS when we do the 
cvs add file.txt after deleting FILE.TXT
Beno�t Rouits wrote:
> 
> Hi,
> I would like to refresh a problem seen on :
> http://mail.gnu.org/pipermail/bug-cvs/2000-November/005013.html
> 
> I have the same problem with a win32 client. this is caught in
> the assertion:
> (file commit.c)
> (line 2054)
> if (rcsnode != NULL)
> {
>     assert (*rcsnode == NULL);
>     *rcsnode = rcsfile;
> }
> 
> I would like to make a personnal patch to correct this
> problem. Can somebody help me to fix this ? Many thanks,
> Ben
> 
> _______________________________________________
> Bug-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/bug-cvs

-- 
        Benoit Rouits         | Tel : (+33) 1 4922 7719
Open Source Software Engineer | http://www.alcove.com

_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to