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
