Hi,
I have a problem with the SVN Dav module for Apache on a Windows 2003 server.
Apache seems to be properly configured as I am able to do import, checkout,
update and commit, however I get an error when I try to make a copy (branch or
tag). The error is "Couldn't determine absolute path of 'D:\Dev\SVN\test'" and
I get the following lines in Apache's error.log. The double slashes in Apache's
log could be the problem.
[Wed Oct 19 21:18:37 2005] [error] [client 172.16.190.252] Could not MOVE/COPY
/svn/!svn/bc/6/template. [500, #0]
[Wed Oct 19 21:18:37 2005] [error] [client 172.16.190.252] Unable to make a
filesystem copy. [500, #125001]
[Wed Oct 19 21:18:37 2005] [error] [client 172.16.190.252] Couldn't determine
absolute path of 'D:\\Dev\\SVN\\test' [500, #125001]
This is the relevant portion of http.conf
<Location /svn>
DAV svn
SVNParentPath D:/Dev/SVN
AuthType SSPI
AuthName "Subversion repositories"
#AuthzSVNAccessFile svnaccessfile
SSPIAuth On
SSPIAuthoritative On
SSPIDomain <domaincontroller>
SSPIOfferBasic On
</Location>
I tried with both SvnPath and SvnParentPath, with forward slash and back slash,
with a trailing slash or not at the end. None of these configurations work. The
problem is with Apache access because I tried to access the same repository
with svnserve and it worked.
Any ideas?
Olivier
__________________________________________________________
Lèche-vitrine ou lèche-écran ?
magasinage.yahoo.ca
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 20 03:43:50 2005