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

Re: Http to repository lists folder content : conf db hooks locks

From: Bogdan Cristea <cristeab_at_gmail.com>
Date: Sun, 15 Nov 2009 19:00:15 +0200

On Sunday 15 November 2009 15:01:29 you wrote:
> 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=2
> 418134
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].
>

Hi

  Verify if dav and dav_svn modules are enabled in Apache server
configuration. If you are trying to use repository browsing I would use
viewvc, it's much faster than TortoiseSVN or other client.

-- 
Bogdan
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2418174
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-15 18:01:38 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.