On Tue, Nov 15, 2011 at 20:10, j s <jbluede...@yahoo.com> wrote:
> my old svn set up had apache serving the respository as
> http://somewhere.com/SVNREPO/Project1
> i upgraded to subversion edge and now i see the http access as
> http://somewhere.com/svnrepo/Project1
> not sure how it became lover case.
> I don't want to instruct all developers to perform a switch within
> torstoiosesvn.
>
> is there a way i can rectify this wherein the casing of the repo in the url
> does not change?

What is the name of the directory on the server's filesystem? Windows
(NTFS) is case-preserving, but not case-sensitive. Apache on Windows
will let you check out even if you have the case wrong, but when you
commit you may run into trouble with AuthZ path rules (though I
understand some of this has changed from 1.6 to 1.7, and there's at
least one outstanding bug there).

Reply via email to