On Aug 4, 2011, at 18:04, Stephen Meechan wrote: > While testing out the svn upgrade feature in 1.7 beta 2, on some working > copies the upgrade failed with an error E155036. > > The problem was that the svn upgrade command is case sensitive on the WC > folder name and failed if the name doesn't match exactly. Windows itself is > case insensitive and none of the other svn commands are case sensitive to the > WC folder name.
That is correct. The Subversion client, and a Subversion repository, are always case-sensitive, regardless of whether your local filesystem is case-sensitive or not. I don't believe this is considered a bug. So be careful to specify things with the correct case.
