>> I can just cvs remove the existing files and re-add them with their
>> lowercase names, but this will lose the history information attached to
>> the files? Is there another way you recommend I handle this?
>
> This will upset translators. (-:
>
> I can move the files in CVS.
>
> Translators: will that work for you?
I was about to make this change, but stopped.
I came to the conclusion that the proverbial uppercasefilename cat is is
out of the bag.
[EMAIL PROTECTED]:~/php/cvs/phpdoc/en$ find . | egrep "[A-Z]" | grep -v
CVS | wc -l
572
Meaning? There are ~572 files that need to be renamed -- and that's only
in the en/ tree. No thanks.
Let's not pick on Ben and SimpleXML (-:
S