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

Re: Authentication and repo-browser

From: Eric Brown <ericbro_at_gmail.com>
Date: 2005-10-24 19:31:50 CEST

Thought I posted it, sorry. My apache error log shows a "cannot open
.htaccess file, ensure it is readable" error message from the client when I
try that URL; I thought the AllowOverride directive ignored all .htaccess
files (I don't have any, BTW).

On 10/24/05, Stefan Küng <tortoisesvn@gmail.com> wrote:
>
> Eric Brown wrote:
>
> > I'm running an svn (1.0.5) server on a Solaris 9 box, with an xp client
> > (tortoise 1.1.2).
>
> A little bit old. Why don't you update?
>
> > I'm having a bit of a problem getting the bloody thing to work.
> >
> > I open the repo browser and I get a 403://forbidden error message.
>
> What does the apache error log tell you?
>
> > I've got apache running as user svn and group svnadmin
> >
> > I've got recursive read/write perms through my repository (located at
> > /myserver/home/repos).
> >
> > Here's my httpd.conf file
> >
> > doc root /myserver/home/repos
> >
> > <location /repos>
> > DAV svn
> > SVNPath /myserver/home/repos
> >
> > #access policy
> > AuthzAVNAccessFile /etc/svn-access-file
>
> Is this a typo in the mail, or do you really have AutzAVNAccessFile in
> your apache config file?
> It's
> AutzSVNAccessFile, not
> AutzAVNAccessFile
>
> If that doesn't fix it, I suggest you ask on the Subversion users list.
> After all, you're trying to set things up on Solaris - and TSVN is
> Windows only, so we don't have experience with Solaris at all.
>
> Stefan
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest Interface to (Sub)Version Control
> /_/ \_\ http://tortoisesvn.tigris.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
> For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
>
>
Received on Mon Oct 24 19:32:23 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.