Just for information.
I did some tests today and found that the problem is true. I don't know if I
can call it a Bug...
1) Create the repository with svnadmin create c:\svn\Blah
2) Add my user in svnaccessfile:
[Blah:/]
mydomain/myuser = rw
[blah:/]
mydomain/myuser = rw
3) Checkout the repository, with correct URL: http://myserver/svn/Blah
4) Add and commit a file. It Works.
5) Kill the working copy
6) Another checkout, with wrong URL: http://myserver/svn/blah
7) Modify a file, try to commit: MKACTIVITY error.
I'll try to do some apache mod_rewrite stuff to fix this in server-side. If
I have success, I'll post it to the list.
[]'s
Eric Lemes
On 6/5/06, Nico Kadel-Garcia <nkadel@comcast.net> wrote:
>
> Hannes Erven wrote:
> > Hi Eric,
> >
> >
> >> [Mon Jun 05 18:04:32 2006] [error] [client 10.173.21.48
> >> <http://10.173.21.48>] Access denied:
> >> 'architettura\\daniel.gilbertoni' MKACTIVITY volvo:
> >>
> >> One issue is that my repository Dir is "Volvo" (with "V"), and the
> >> user has checked out "volvo" (with "v"). Is there any know issue
> >> about this under windows?
> >
> > Yes, it's a FAQ - Windows treats file names case-insensitively, which
> > means that you cannot create "Volvo" if "volvo" exists.
> >
> > See here: http://subversion.tigris.org/faq.html#case-change
> >
> >
> > -hannes
>
> As a general rule, avoid naming *ANY* files with capital letters. It just
> causes confusion doe to exactly this sort of Windows and in some cases,
> Mac
> problems.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
Received on Tue Jun 6 16:30:53 2006