Hi,
i hope i am right here.
I am new to VSVN, and read a lot of Documentation, also of WEB SVN.
Now i have to install Visual SVN with Web SVN on the same Window Maschine.
I read, that there are different problems with VSVN Apache and php, but i got this running for now.
Visual SVN ist also running and i can acces my Test Repos.
The Problem is, that Web SVN isnt running.
To get this running i edit following configuration:
D:\Program Files (x86)\VisualSVN Server\conf\httpd-custom.conf
Code:
#BEGINPHP INTSALLER EDITS
LoadModule php5_module "D:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php # configure the path to php.ini
PHPIniDir "D:/php"
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
<Location /websvn/>
Options FollowSymLinks
AuthType Basic
AuthName "Subversion Repository"
Require valid-user
AuthUserFile "D:/Repositories/htpasswd"
AuthzSVNAccessFile "D:/Repositories/VisualSVN-GlobalWinAuthz.ini"
SVNListParentPath on
SVNParentPath "D:/Repositories/"
</Location>
D:\Program Files (x86)\VisualSVN Server\htdocs\websvn\include\config.php
Code:
$config->setSVNCommandPath('D:\\Program Files (x86)\\VisualSVN Server\\bin');
$config->setDiffPath('D:\\cygwin\bin');
$config->setEnscriptPath('D:\\cygwin\bin');
$config->setSedPath('D:\\cygwin\bin');
$config->setTarPath('D:\\cygwin\bin');
$config->setGZipPath('D:\\cygwin\bin');
$config->setZipPath('D:\\cygwin\bin');
$config->parentPath('D:\\repositories');
but when i try to open localhost/websvn, there is: "The webpage cannot be found"
localhost/svn works fine.
trying to acces
https://localhost/websvn/test (test is my test repo) "
The website declined to show this webpage "
the only indicator i see is in Windows Event Viewer, there is one error listed in SVN Log:
Code:
File does not exist: svn:D:/Repositories
[client ::1]
Anyone know this error? Or did i forget to Configure something?
Greets David
EDIT:
I got more Errors in Event Viewer, but i dont get where the Problem is:
Code:
Requests for a collection must have a trailing slash on the URI. [301, #175002]
[client ::1]
Code:
Access denied: 'testuser' GET test:/
[client ::1]
Code:
Could not fetch resource information. [301, #0]
[client ::1]
but with svn i got acces to this repo with the testuser