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

Http to repository lists folder content : conf db hooks locks

From: Tudor Spinache <tspinache_at_gmail.com>
Date: Sun, 15 Nov 2009 05:01:29 -0800 (PST)

Hi everyone,

I've been googling a lot but couldn't find a solution to my problem...

I've setup subversion (1.6.2) in openSuse under /var/svn/pro1 and is working fine.
I can access the repo using svn://my.server.com:3690/var/svn/pro1 and I can get the trunk and checkout/update/commit just fine using TortoiseSVN.

It also works from the terminal if I run e.g.
#svn info file:///var/svn/pro1

However I need to have access to the repository via http and added the following location in httpd.conf in apache2 :

<Location /svn/pro1>
DAV svn
SVNParentPath "/var/svn/pro1"
SVNListParentPath On
</Location>

If I go to http://my.server.com/svn/pro1 I see "Collection of Repositories" with the four folders : "conf db hooks and locks" underneath. If I want to go to any of them I get "errcode="2"> Could not open the requested SVN filesystem"

Could you please tell me what to do to make http access to trunk work ?

PS: I saw there is no "dav" folder in /var/svn/pro1. I don't know if it's related or not, but it appears on other examples of repository configuration.

Thank you so much.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2418134

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-15 16:02:32 CET

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.