[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: Dextrous <dextrous85_at_gmail.com>
Date: Sun, 15 Nov 2009 20:38:09 +0530

On Sun, Nov 15, 2009 at 6:31 PM, Tudor Spinache <tspinache_at_gmail.com> 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 ?
>

It seems as Apache is not treating your repository as Subversion repository
its treating it as normal folder and showing its contents
You need to check that these folders must not fall into the directory same
as document root if so than you need to move them out.
If that doesn't work let us know and also specify the versions of Apache and
Subversion you are using.

-- 
Vishwajeet Singh
+91-9657702154 | dextrous85@gmail.com | http://singhvishwajeet.com
Twitter: http://twitter.com/vishwajeets | LinkedIn:
http://www.linkedin.com/in/singhvishwajeet
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2418155
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-15 16:08:58 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.