bug-cvs
[Top][All Lists]
Advanced

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

Re: case insensitive problem on win32 client


From: Benoît Rouits
Subject: Re: case insensitive problem on win32 client
Date: Tue, 22 May 2001 17:56:58 +0200

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
> Bug-cvs@gnu.org
> http://mail.gnu.org/mailman/listinfo/bug-cvs

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



reply via email to

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