[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: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-10-24 19:26:38 CEST

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:27:21 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.