I saw many posts on the newgroup relating to this, but found no definitive
answers. I installed svn, made the appropriate mods to httpd.conf.
Created the directory for the repos, ran svn create ..., imported a
project, then was able to snv list it. I checked it out, made some
changes, and commited the change. No problems. When I attempt to browse
to the repos with Firefox, authentication works, then I get this in the
browser:
<D:error>
<C:error/>
<m:human-readable errcode="720003">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>
This in the error.log file:
[Wed Mar 21 18:37:52 2007] [error] [client 172.20.7.175] (20014)Error
string not specified yet: Can't open file 'h:\\svn\\format': The system
cannot find the path specified.
[Wed Mar 21 18:37:52 2007] [error] [client 172.20.7.175] Could not fetch
resource information. [500, #0]
[Wed Mar 21 18:37:52 2007] [error] [client 172.20.7.175] Could not open
the requested SVN filesystem [500, #720003]
[Wed Mar 21 18:37:52 2007] [error] [client 172.20.7.175] Could not open
the requested SVN filesystem [500, #720003]
Info:
Apache/2.0.59 (Win32) SVN/1.4.3 DAV/2 configured -- resuming normal
operations
Windows XP Professional
httpd.conf:
LoadModule dav_svn_module "C:/Program Files/Subversion/bin/mod_dav_svn.so"
LoadModule authz_svn_module "C:/Program
Files/Subversion/bin/mod_authz_svn.so"
<Location /repos>
DAV svn
SVNPath h:\svn
AuthType Basic
AuthName "Subversion repository"
AuthUserFile c:\JBR\etc\svn-auth-file
Require valid-user
</Location>
Can anyone point me in the right direction?
Thanks,
Jeff
Received on Wed Mar 21 23:53:33 2007