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

configuresubversion in microsoft windows

From: Jose Antonio Pla <jpla_213_at_yahoo.com>
Date: 2006-03-02 05:47:52 CET

Hello:

I'm tryng to install a subversion server in my pc. I use microsoft windows and I've already instaled subversion and apache web server. I was created a repository and imported a project's folders to it. All is fine, but, when I try to configure my repository to be able accessed thru http I've some preoblems.

I configure the apache server to load the dav and svn modules yet, and create a location as follow:

<Location /svn>
  #DAV svn
  # any /svn/foo URL will map to a repository C:/svn/foo
  # I've only got it working using SVNPath!!
  SVNParentPath d:/svn
  AuthType Basic
  AuthName "Subversion repository"
  AuthUserFile d:/svn/.htaccess
  Require valid-user
  AuthzSVNAccessFile d:/svn/.htusers
  #Allow from all
</Location>

Now, when i try to access to the repository thru the http the server response is a forbbiden.

Forbidden You don't have permission to access /svn on this server.

I was revised the FAQs and read some topics of the book but I don't have any idea what's happen.

regards

jpla

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístrate ya - http://correo.espanol.yahoo.com/
Received on Thu Mar 2 05:49:36 2006

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.