traderhut.com wrote:
> Hi,
> Is there any way to turn off case sensitivity for SVN?? I've long
no.
> held, that directories should allow mixed case, but if 'foo.bar' is
> accessed as 'Foo.Bar' it should allow the access. In other words,
> it's OK to store a mixed case name, but don't fail all over yourself
> when someone lower cases or upper cases the filename when you access
> it..
>
> SVN is case sensitive, and for some reason, checking in files
> through TortoiseSVN caused some weirdness in the file names... It
> lowercased one word in the middle of the name, but not the whole name,
> i.e. FooBar.Designer.cs became FooBar.designer.cs -> WTF?? and
TSVN does not rename files. But it will help you not to shoot yourself
in the foot:
If you've already checked in the file "FooBar.designer.cs" and somehow
you've renamed it to "FooBar.Designer.cs" (without an 'svn rename',
sometimes IDEs do that), then TSVN will rename it back to what it was
checked in.
Also, this is in the docs and the FAQ.
(try it some time, you might be surprised what you might learn)
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-09-15 07:45:00 CEST