> Installing a file system driver or whatever is a rather high > requirement for > using a repository system. So that cannot be used.
If you want a non-case sensitive filesystem to be case sensitive then a file system driver is the way to go. > How does one rename a deleted folder? As far as I know that's > not doable, nor > can one delete a folder. $ mv /path/to/repo/module/foo /path/to/repo/module/foobar If you did what I suggested and contact the right newsgroup you'd get better suggestions (since this is a CVS newsgroup and it's a CVSNT problem it's kinda off-topic) - eg: the checkout -S switch: http://www.cvsnt.org/manual/html/checkout.html#checkout-options "-S Select between conflicting case-sensitive names on a case-insensitive client. This provides limited support for checking out repositories with such conflicts - the problem should really be fixed in the repository." http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt or news://news.cvsnt.org/support.cvsnt Regards, Arthur
