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

Re: wierd issue with subversion edge

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 15 Nov 2011 20:17:22 -0500

On Tue, Nov 15, 2011 at 20:10, j s <jbluedelta_at_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).
Received on 2011-11-16 02:18:35 CET

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.