You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ishaan Dalal <is...@gmail.com> on 2005/07/20 22:35:43 UTC

Apache/DAV problems with 1.2.1

Hi,

I'm running svn 1.2.1 on CentOS 4. I've setup Apache as described in
the SVN Book. mod_dav_svn loads fine, the parent path/repository has
owner/group set to apache.

The error I get when trying to browse a repo is:

<D:error>
<C:error/>
<m:human-readable errcode="11">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>

svn errors with:

svn: PROPFIND request failed on '/svn/repos2'
svn: Could not open the requested SVN filesystem

The httpd error log has:

[Wed Jul 20 18:04:54 2005] [error] [client 127.0.0.1] (20014)Error
string not specified yet: Can't get shared lock on file
'/usr/local/svn/repos2/locks/db.lock': Resource temporarily
unavailable
[Wed Jul 20 18:04:54 2005] [error] [client 127.0.0.1] Could not fetch
resource information.  [500, #0]
[Wed Jul 20 18:04:54 2005] [error] [client 127.0.0.1] Could not open
the requested SVN filesystem  [500, #11]

And my httpd.conf Location section is:

<Location /svn>
  DAV svn
  SVNParentPath /usr/local/svn
</Location>

Checkout, etc. with file: URLs is working fine.


Any clues?

Thanks,
-Ishaan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Apache/DAV problems with 1.2.1

Posted by Ishaan Dalal <is...@gmail.com>.
On 7/20/05, Erik Anderson <er...@teamworkgroup.com> wrote:
> If you've been doing "Checkout, etc. with file: URLs", and you are using a
> BDB database then please examine and correct the ownership of the files in
> the db subdirectory.

No, I'm using FSFS. Ownership of files in db/ is apache:apache.

Cheers,
-Ishaan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


RE: Apache/DAV problems with 1.2.1

Posted by Erik Anderson <er...@teamworkgroup.com>.
If you've been doing "Checkout, etc. with file: URLs", and you are using a
BDB database then please examine and correct the ownership of the files in
the db subdirectory.  Once you have the web page access working, please
avoid use of file:// on this repository (stay with http://)

-----Original Message-----
From: Ishaan Dalal [mailto:ishaand@gmail.com]
Sent: Wednesday, July 20, 2005 3:36 PM
To: users@subversion.tigris.org
Subject: Apache/DAV problems with 1.2.1

Hi,

I'm running svn 1.2.1 on CentOS 4. I've setup Apache as described in
the SVN Book. mod_dav_svn loads fine, the parent path/repository has
owner/group set to apache.

The error I get when trying to browse a repo is:

<D:error>
<C:error/>
<m:human-readable errcode="11">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>

svn errors with:

svn: PROPFIND request failed on '/svn/repos2'
svn: Could not open the requested SVN filesystem

The httpd error log has:

[Wed Jul 20 18:04:54 2005] [error] [client 127.0.0.1] (20014)Error
string not specified yet: Can't get shared lock on file
'/usr/local/svn/repos2/locks/db.lock': Resource temporarily
unavailable
[Wed Jul 20 18:04:54 2005] [error] [client 127.0.0.1] Could not fetch
resource information.  [500, #0]
[Wed Jul 20 18:04:54 2005] [error] [client 127.0.0.1] Could not open
the requested SVN filesystem  [500, #11]

And my httpd.conf Location section is:

<Location /svn>
  DAV svn
  SVNParentPath /usr/local/svn
</Location>

Checkout, etc. with file: URLs is working fine.


Any clues?

Thanks,
-Ishaan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org