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

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

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-04-23 16:50:09 CEST

Lavoie.Francis.B@hydro.qc.ca wrote:

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

That stanza must point at the _parent_ directory of multiple repositories, not
at a repository itself. I think you meant this:

        SVNParentPath /home/svnrepo

also see below.

>
> <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

And this is not consistent with what you have above either; I think you meant:

        svnadmin create /home/svnrepo/il_dev

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 23 16:51:04 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.