priyanka - 2009-07-29

I downloaded websvn2.2.1.zip.unpacked it and placed it in C:\Program Files\CollabNet Subversion Server\httpd\htdocs
The inculde folder contains distconfig.php and not distcofig.ini.
I renamed distconfig.php to config.ini and made the following changes:

$config->parentPath("C:/svn_repositories");
$config->setServerIsWindows();

modified the httpd file as :
Alias /websvn/ "C:/Program Files/CollabNet Subversion Server/httpd/htdocs/websvn"

restarted the server.

But still get error message as "page cannot be displayed" :(

folks please help!