[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Handling case-insensitivity on server side, for windows clients
From: |
Yann Dirson |
Subject: |
Handling case-insensitivity on server side, for windows clients |
Date: |
Wed, 23 Jan 2002 15:45:22 +0100 |
User-agent: |
Mutt/1.3.25i |
Hi,
I'm investigating the possibility of modifying a CVS server, to make
it possible to resurect a file using a different case. The idea is
that when a given file is deleted (cvs rm) at some point, and a user
later creates a file with the same name except for the case, the old
file on the server would be resurected with the new case.
There already is some code that deals with case-insensitivity at
various places, including add.c. However, I can't easily get a big
picture what those defines (eg. FILENAMES_CASE_INSENSITIVE) are used
for.
Is there some source of information I missed ?
What behaviour does exactly FILENAMES_CASE_INSENSITIVE trigger ?
Is there by chance some already existing patch that would do something
like that ?
Would cvs developpers value a patch that would break this huge add()
function into a number of manageable static funcs ?
Regards,
--
Yann Dirson <Yann.Dirson@fr.alcove.com> http://www.alcove.com/
Free-Software Engineer Ingénieur Logiciel-Libre
Free-Software time manager Responsable du temps Informatique-Libre
Debian GNU/Linux developper <dirson@debian.org>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Handling case-insensitivity on server side, for windows clients,
Yann Dirson <=