You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Don Vawter <do...@vawter.com> on 2004/07/28 23:53:50 UTC

could not open the requested SVN filesystem

svn co httpd://svn.vawter.com:97/svn/repos pcsmail81

The apache error log indicates an

Wed Jul 28 17:29:05 2004] [error] [client 127.0.0.1] (20014)Error string 
not specified yet: Berkeley DB error while opening environment for
filesystem /driveb/svn/pcsmail81/db:\nPermission denied

-rw-rw-r--    1 don      svn           376 Jul  1 15:40 README.txt
drwxrwxr-x    2 don      svn           104 Jul  1 15:40 locks
drwxrwxr-x    2 don      svn           232 Jul  1 15:40 hooks
-rw-rw-r--    1 don      svn             2 Jul  1 15:40 format
drwxrwxr-x    2 don      svn            48 Jul  1 15:40 dav
drwxrwxr-x    2 don      svn            80 Jul  1 15:40 conf
drwxrwxr-x    2 don      svn         22144 Jul 27 09:21 db

Apache runs as nobody and nobody is a member of svn group

Here is the httpd.conf

<Location /svn/repos>
          DAV svn
SVNPath /driveb/svn/pcsmail81
      </Location>
LoadModule authz_svn_module   modules/mod_authz_svn.so

Guidance?




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

Re: could not open the requested SVN filesystem

Posted by Don Vawter <do...@vawter.com>.
Some of the group entries were don rather than svn. I changed them all 
to svn as below but still get the same error


-rw-rw-r--    1 don      svn       1045452 Jul  1 15:42 log.0000000194
-rw-rw-r--    1 don      svn       1045452 Jul  1 15:42 log.0000000195


Erik Anderson wrote:

>Do an ls -lAF of the "db" directory?
>
>I have this problem everytime I do something administrative-like to the
>repository.
>
>----- Original Message ----- 
>From: "Don Vawter" <do...@vawter.com>
>To: <us...@subversion.tigris.org>
>Sent: Wednesday, July 28, 2004 4:53 PM
>Subject: could not open the requested SVN filesystem
>
>
>  
>
>>svn co httpd://svn.vawter.com:97/svn/repos pcsmail81
>>
>>The apache error log indicates an
>>
>>Wed Jul 28 17:29:05 2004] [error] [client 127.0.0.1] (20014)Error string
>>not specified yet: Berkeley DB error while opening environment for
>>filesystem /driveb/svn/pcsmail81/db:\nPermission denied
>>
>>-rw-rw-r--    1 don      svn           376 Jul  1 15:40 README.txt
>>drwxrwxr-x    2 don      svn           104 Jul  1 15:40 locks
>>drwxrwxr-x    2 don      svn           232 Jul  1 15:40 hooks
>>-rw-rw-r--    1 don      svn             2 Jul  1 15:40 format
>>drwxrwxr-x    2 don      svn            48 Jul  1 15:40 dav
>>drwxrwxr-x    2 don      svn            80 Jul  1 15:40 conf
>>drwxrwxr-x    2 don      svn         22144 Jul 27 09:21 db
>>
>>Apache runs as nobody and nobody is a member of svn group
>>
>>Here is the httpd.conf
>>
>><Location /svn/repos>
>>          DAV svn
>>SVNPath /driveb/svn/pcsmail81
>>      </Location>
>>LoadModule authz_svn_module   modules/mod_authz_svn.so
>>
>>Guidance?
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>>For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>  
>

-- 
Don
Lyra ('tiel), Boomer ('tiel), Ginger (SIE), Mona Lisa (BFA) Zebra Finch Flock
http://www.vawter.com/index.cfm?fuseaction=pets.showimage&image_id=2971&galleryaction=pets.gallery
www.parrotcams.com www.vawter.com www.dailycryptogram.com www.e-crypto.com


Re: could not open the requested SVN filesystem

Posted by Erik Anderson <er...@teamworkgroup.com>.
Do an ls -lAF of the "db" directory?

I have this problem everytime I do something administrative-like to the
repository.

----- Original Message ----- 
From: "Don Vawter" <do...@vawter.com>
To: <us...@subversion.tigris.org>
Sent: Wednesday, July 28, 2004 4:53 PM
Subject: could not open the requested SVN filesystem


> svn co httpd://svn.vawter.com:97/svn/repos pcsmail81
>
> The apache error log indicates an
>
> Wed Jul 28 17:29:05 2004] [error] [client 127.0.0.1] (20014)Error string
> not specified yet: Berkeley DB error while opening environment for
> filesystem /driveb/svn/pcsmail81/db:\nPermission denied
>
> -rw-rw-r--    1 don      svn           376 Jul  1 15:40 README.txt
> drwxrwxr-x    2 don      svn           104 Jul  1 15:40 locks
> drwxrwxr-x    2 don      svn           232 Jul  1 15:40 hooks
> -rw-rw-r--    1 don      svn             2 Jul  1 15:40 format
> drwxrwxr-x    2 don      svn            48 Jul  1 15:40 dav
> drwxrwxr-x    2 don      svn            80 Jul  1 15:40 conf
> drwxrwxr-x    2 don      svn         22144 Jul 27 09:21 db
>
> Apache runs as nobody and nobody is a member of svn group
>
> Here is the httpd.conf
>
> <Location /svn/repos>
>           DAV svn
> SVNPath /driveb/svn/pcsmail81
>       </Location>
> LoadModule authz_svn_module   modules/mod_authz_svn.so
>
> Guidance?
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>


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