[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: Mon, 16 Nov 2009 10:23:43 +0200

On Monday 16 November 2009 10:18:52 you wrote:
> Hi,
>
> Thank you for the support.
>
> 1. I checked and no, the document root is not in the same location as the
> repository. The apache version is 2.2.13, subversion is 1.6.2
>
> 2. Yes I have the dav and dav_svn modules loaded in httpd.conf and in this
> order. Thanks for the tip with viewvc Bogdan.
>
> 3. Sorry my mistake, I intend to create several repositories under /var/svn
> and my first intention was go to root folder.
>
> I tried both ways. Using this
>
> <Location /svn/>
> DAV svn
> SVNParentPath "/var/svn"
> SVNListParentPath On
> </Location>
>
> I can see the repository Pro1 but when I want to go to it, I get the
> following message
>
> "This XML file does not appear to have any style information associated
> with it. The document tree is shown below.
>
> −
> <D:error>
> <C:error/>
> <m:human-readable errcode="200029">
> Could not open the requested SVN filesystem
> </m:human-readable>
> </D:error> "
>
> If I use SVNPath "/var/svn/pro1" directive, I get directly the same error
> message.
>
> I read the Chapter 6 before posting and it sounds piece of cake, but it
> doesn't work. Of course, I restart apache after changing configs in
> httpd.conf.
>
> PS: The owner of /var/svn/pro1 folder is daemon and it has 750 permissions.
>
> Any ideas what the error message is talking about ?
>
> Thank you.
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2
> 418367
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].
>
Are you sure that the folder containing your svn repos has rw permissions for
apache server ? write permissions should be needed when comiting something to
a repo

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-16 09:25:01 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.