[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: File case sensitivity in CVS (on Win32)


If you can have the clients commit their changes and clear their workspaces 
and recheckout after your server is fixed.

Write a script (presumeably perl) that runs through all files on the server 
and renames them properly. 

If the clients cannot or don't want to you'll have to run a similar script
on all clients that renames the files and updates the CVS/Entries file
to reflect the renamed files. 

If there are only a dozen or so files and only a few clients, you can do 
this manually.

I did something like this a long time ago when we changed the C++ suffix 
from .cc to .cpp.

I suspect eclipse shoul be shut down while messing with the local files.

-- robin