Hi Evan, Thank you for this hint, but I do not think this is the problem. The server runs as user www. User www is member of group svn. All my files under /Users/svn/repositories have group id svn and are readable and writable for this group (except for .dav_svn_passwd which is only readable by group svn). imac1:/Users/svn/repositories root# find . -not -group svn imac1:/Users/svn/repositories root# find . -not -perm -060 ./.dav_svn.passwd
To be absolutely sure I did the next test: I moved all of the directories under repositories out of the way except for iSOFTzisUtils. I replaced SVNParentPath with SVNPath for iSOFTzisUtils (and I changed the <Location xxxx> accordingly). apache2ctl restart Then the svn co runs without problem. I changed my ssl config file back to use the SVNParentPath, restart apache, and then the svn co runs into the same error "[Sat Feb 09 14:42:16 2008] [error] [client 192.168.2.12] (20014)Error string not specified yet: Can't open file '/Users/svn/repositories/svn/format': No such file or directory". Is there anybody who uses SVNParentPath using apache 2.0.59 succesfully? What versions of apr, svn? What does the Location section look like? Carl Op 8-feb-2008, om 17:30 heeft Evan Broder het volgende geschreven: > Hey, Carl - > I suspect that you're running into a permissions problem. By > default Apache runs as the "_www" user, and by default only you can > read in your home directory. You want to run > chmod -R +a "_www allow read" /Users/svn/repositories/ > > (You should be sure that I'm right about it being the _www user. > You can do this by running > ps auxwww | grep httpd > and looking at the first column) > > - Evan > > Carl Denzen Van wrote: >> Hello, >> >> I am getting errors when I try to access my svn repositories with >> SVNParentPath and https:. >> When I use SVNPath there is no problem, only with SVNParentPath. >> This problem looks like the one described at http:// >> blog.maxdunn.com/ articles/category/tech-advice >> >> An error is logged in /sw/var/log/apache2/error.log, the strange >> thing here is the extra svn after repositories in the path. >> [Fri Feb 08 15:03:00 2008] [info] Subsequent (No.2) HTTPS request >> received for child 2 (server 192.168.2.12:443) >> [Fri Feb 08 15:03:00 2008] [error] [client 192.168.2.12] (20014) >> Error string not specified yet: Can't open file '/Users/svn/ >> repositories/ svn/format': No such file or directory >> [Fri Feb 08 15:03:00 2008] [error] [client 192.168.2.12] Could >> not fetch resource information. [500, #0] >> [Fri Feb 08 15:03:00 2008] [error] [client 192.168.2.12] Could >> not open the requested SVN filesystem [500, #2] >> [Fri Feb 08 15:03:00 2008] [error] [client 192.168.2.12] Could >> not open the requested SVN filesystem [500, #2] >> [Fri Feb 08 15:03:00 2008] [debug] ssl_engine_kernel.c(1787): >> OpenSSL: Write: SSL negotiation finished successfully >> [Fri Feb 08 15:03:00 2008] [info] Connection to child 2 closed >> with standard shutdown(server 192.168.2.12:443, client 192.168.2.12) >> >> The command that invoked this error was (at the same machine): >> imac1:~/tmp carl$ svn co https://imac1/svn/iSOFTzisUtils >> svn: PROPFIND request failed on '/svn/iSOFTzisUtils' >> svn: Could not open the requested SVN filesystem >> imac1:~/tmp carl$ >> >> Part of my sites-available/ssl is: >> <Location /svn/> >> DAV svn >> SVNParentPath /Users/svn/repositories >> SVNListParentPath on >> AuthType Basic >> AuthName "Carl's Subversion Repository" >> AuthUserFile /Users/svn/.dav_svn.passwd >> Require valid-user >> </Location> >> >> I already reinstalled svn, but the error does not disappear, so >> the maxdunn solution doesn't seem to work for me. >> Can anybody help me? >> >> Carl van Denzen >> >> -- >> Package manager version: 0.28.0 >> Distribution version: selfupdate-rsync Fri Feb 8 12:53:12 2008, >> 10.4, powerpc >> Mac OS X version: 10.4.11 >> Xcode version: 2.2.1 >> gcc version: 4.0.1 (Apple Computer, Inc. build 5250) >> make version: 3.80 >> Feedback Courtesy of FinkCommander >> >> --------------------------------------------------------------------- >> ---- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Fink-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/fink-users >> ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
