Re: Case sensitivity bug in windows with powershell.
From: Ryan Schmidt <subversion-2012c_at_ryandesign.com>
Date: Mon, 12 Nov 2012 13:20:26 -0600
On Nov 12, 2012, at 07:03, Sebastian Andersson <bofh69_at_gmail.com> wrote:
> Powershell contributes to this problem a bit more; in powershell you
This also describes the behavior of a normal Bash shell on OS X with a normal HFS+ case-insensitive filesystem: tab completion corrects the case of the last typed component only (assuming you've enabled case-insensitive tab completion in the shell, which I have by writing "set completion-ignore-case on" in my ~/.inputrc).
However, this particular case difference doesn't seem to cause problems for Subversion on OS X:
tmp $ svn --version|head -n 2
Committed revision 1.
There are of course several other case difference problems for Subversion on OS X.
|
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.