On Sun, Sep 19, 2010 at 23:11, David Weintraub <qazw...@gmail.com> wrote:

> * The other consideration is your platform and developer systems.
> Subversion on *nix systems are usually case sensitive. FooBar.java and
> Foobar.java are two different files. Subversion on Windows isn't case
> sensitive: FooBar.java and Foobar.java are the same file. MacOS X Is
> *NORMALLY* case insensitive in the same way (although it is Unix
> based). If you have *nix Subversion clients, you should have a *nix
> based system. Windows can really go either way.

Subverison itself is case-sensitive everywhere. You can host a
repository on Windows and have files named FooBar.java & foobar.java
in the repository, and it won't complain. The problem comes when you
*check out* to a case-insensitive system, which you will encounter on
Windows & MacOS (although you can avoid it on OS X if you set things
up right to get a case-sensitive FS).

Reply via email to