Código PHP:
<VirtualHost 192.168.1.200:80>
ServerAdmin webmaster@svn.miweb.com
DocumentRoot "D:/www/svn"
ServerName svn.miweb.com
ServerAlias svn.miweb.com
<Location />
DAV svn
SVNListParentPath on
SVNParentPath D:/www/svn
#SVNIndexXSLT "/svnindex.xsl"
AuthType Basic
AuthName "Test SVN"
AuthUserFile passwd
order allow,deny
allow from all
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location>
LogLevel warn
ErrorLog logs/svn.miweb-error_log
CustomLog logs/svn.miweb-access_log common
ServerSignature On
</VirtualHost>
Código PHP:
Import D:wwwapp1 to http://svn.miweb.com/app1
Could not open the requested SVN filesystem
Código PHP:
[Wed Dec 08 18:35:43 2010] [error] [client 192.168.1.200] (20014)Internal error: Can't open file 'D:wwwsvnapp1format: El sistema no puede hallar la ruta especificada.
Código PHP:
Import D:wwwapp1 to http://svn.miweb.com/app1
Repository moved permanently to 'http://svn.miweb.com/app1/'; please relocate