info-cvs
[Top][All Lists]
Advanced

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

Win<->Linux symbol case conflict


From: Iakov Glubokiy
Subject: Win<->Linux symbol case conflict
Date: Fri, 5 Mar 2004 09:26:22 +0300

Hello all,

I met a problem tying to replace file AAA.EXT by aaa.ext. My
client is NT while server is Linux.
So when I do the following:

D:\main\cvs rm -f AAA.EXT
[...]
D:\main\cvs ci -m"Changing symbol case" AAA.EXT
[...]
D:\main\cvs add aaa.ext
cvs server: re-adding file case.txt (in place of dead revision 1.2)
cvs server: use 'cvs commit' to add this file permanently

(Note that server considers I'm going to re-add file, not add new file)
Of course, then I can't commit the file since server can't find file
aaa.ext (it is not the same for server as AAA.EXT).

Jerzy Kaczorowski suggests it is a "server" side issue, that's
why I'm asking it here.

Versions, if needed:

Client: Concurrent Versions System (CVSNT) 2.0.9 (client/server)
Server: Concurrent Versions System (CVS) 1.11.5 (client/server)

Is there any remedy for the problem?

-- 
Best regards,
 Iakov






reply via email to

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