Hi,
I've configured a websvn so that /srv/www/example.com/wsvn/
carries the source tree (including wsvn.php and
include/config.php,
etc.) and is configured to use said paths.
/srv/www/example.com/wsvn.php is a symlink to
wsvn/wsvn.php.
/srv/www/example.com/wsvn/wsvn.php:
$locwebsvnhttp = "/wsvn";
$locwebsvnreal = "/srv/www/example.com/wsvn";
/srv/www/example.com/wsvn/include/config.php:
$config->parentPath('/srv/svn');
$config->useMultiViews();
vhost:
<Location />
Options Includes Indexes MultiViews
</Location>
Yet all I get when trying to go to /wsvn/repository/ is 404.
MultiView
documentation is quite sparse, so I am stuck here.
I appreciate any thoughts.
thanks,
Jan
--
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe websvn.tigris.org
For additional commands, e-mail: dev-help websvn.tigris.org
|