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

Forbidden

From: DJ Necrogami <djnecrogami_at_gmail.com>
Date: Wed, 16 Jul 2008 21:51:22 -0400

My server is telling me forbidden when i goto /svn/ but when i goto
/svn/namofrepo/ it shows me the repo

<location /svn>
DAV svn

  SVNListParentPath on
  SVNParentPath "/var/svn"
  SVNIndexXSLT "/svnindex.xsl"
  SVNPathAuthz on

  AuthName "Subversion Repositories"
  AuthType Basic
  AuthBasicProvider file
  AuthUserFile "/var/svn/htpasswd"
  AuthzSVNAccessFile "/var/svn/authz"

  require valid-user
</location>

[root_at_phoenix conf]# svn --version && svnadmin --version
svn, version 1.5.0 (r31699)
   compiled Jun 24 2008, 23:51:38

Copyright (C) 2000-2008 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (
http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using
Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

svnadmin, version 1.5.0 (r31699)
   compiled Jun 24 2008, 23:51:38

Copyright (C) 2000-2008 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (
http://www.Collab.Net/).

The following repository back-end (FS) modules are available:

* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.

mod_dav_svn was updated to 1.5 as well any suggestions
and the error log output

[Wed Jul 16 18:45:02 2008] [error] [client ipremoved] The URI does not
contain the name of a repository. [403, #190001]

-- 
Anton C. Swartz IV
Phoenix Edge Network L.L.C. http://www.phpopenid.com - Owner
PHPLogic Development Services http://www.phplogic.net - Co-Owner
Necrogami http://www.necrogami.com - Personal Blog
Based in Indianapolis, IN
"The Opposite of war is not Peace it is Creation."
Don't let sin rule your body. After all, your body is bound to die, so dont
obey its desires or let any part of it become slave to evil. Give yourselves
to God, as people who have been raised from death to life. Make every part
of your body a slavethat pleases God. Don't let sin keep ruling your
lives.You are ruled by God's Kindness and not by the law.
Romans 6:12-14
Received on 2008-07-17 03:52:07 CEST

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.