Couldn't determine absolute path
From: David Land <davidl_at_eurekasoft.com>
Date: Wed, 11 Jun 2008 16:35:03 -0500
I have Subversion installed on Windows Server 2003 along with Apache
svn: Couldn't determine absolute path of
There are similar errors in the Apache log file:
Couldn't determine absolute path of
I have the repository databases stored on our network. My understanding
I saw similar posts here:
http://subversion.tigris.org/servlets/ReadMsg?listName=users&msgNo=55398
http://svn.haxx.se/users/archive-2005-10/0654.shtml
but no responses to them. Any help would be greatly appreciated. See
Thanks,
Dave
------------------------------------------------
Configuration details:
------------------------------------------------
Windows: Server 2003 R2
Subversion: version 1.4.6 (r28521)
Apache: version 2.2.8 (Win32)
httpd.conf:
<Location /Test/>
DAV svn
SVNParentPath "//network_files/dir/svn/"
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile "C:/Program Files/Subversion/config/auth.txt"
Require valid-user
AuthzSVNAccessFile "C:/Program Files/Subversion/config/acl.txt"
</Location>
|
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.