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

You don't have permission to access /repodev on this server

From: <Lavoie.Francis.B_at_hydro.qc.ca>
Date: 2004-04-23 16:45:16 CEST

I have installed subversion on a linux system (MDK 10), with apache 2.0. I
compiled the server from the source, apache and subversion 1.0.2 .

Then I make a basic config in my virtual host section (modules are loaded):

<Location /repodev>
DAV svn
SVNParentPath /home/svnrepo/il_dev

<LimitExcept GET PROPFIND OPTIONS REPORT>
    Require valid-user
              </LimitExcept>
</Location>

I did create a user, which work fine to access the server.

I create the repository :
# svnadmin create /home/svnrepo

group and other dont have write permition in the repertory, the owner is
nobody, the apache user.
Owner cant read and write.

But when I try to connect to it with svn command or with the web browser I
receive an error about access restricted. :
Forbidden
You don't have permission to access /repodev on this server.

After rereading the doc, I cannot find where I did it wrong.

Is there someone who can help me to point out where I should look to
correct this issue?

Thank you

Francis Lavoie
Received on Fri Apr 23 16:45:51 2004

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.