blob: c07d26360d0c87cd93bdce2baefeaa6754a6c0ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
%%PORTNAME%% has been installed into:
%%WWWDIR%%
To make repos-web available through your web site, I suggest
that you add something like the following to httpd.conf:
Alias /%%PORTNAME%% %%WWWDIR%%
SVNIndexXSLT "/%%PORTNAME%%/view/repos.xsl"
To set up the Very Simple Logviewer in %%PORTNAME%%/open/log/index.php there is a line:
$repo = '@@Repository@@'; // repository root, no trailing slash
Replace @@Repository@@ with the subversion url to your repository root.
It can be any subversion URL, both http:// and file:///. You can use
"http:" if you have public read access to the repository.
|