[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Choosing a server

From: Andy Levy <andy.levy_at_gmail.com>
Date: Sun, 19 Sep 2010 23:39:07 -0400

On Sun, Sep 19, 2010 at 23:11, David Weintraub <qazwart_at_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).
Received on 2010-09-20 05:40:42 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.