From 9802409b405fbb80fd2e781413ff813979235e63 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 7 May 2007 00:30:52 +0000 Subject: [PATCH] includes/config.php.new: We're hypocritical in our description of the webpath directive because we put a trailing slash in or example but tell people not to --- includes/config.php.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.php.new b/includes/config.php.new index 3f1a928..19ff602 100644 --- a/includes/config.php.new +++ b/includes/config.php.new @@ -43,7 +43,7 @@ $conf['repository']['include'] = array(); // ------------------------------------------------------------------- // The relative path (as in accessible from the root of your webserver) // to the viewsvn/ directory. THIS DOES NOT END IN A TRAILING SLASH! -$conf['paths']['web'] = '/viewsvn/'; +$conf['paths']['web'] = '/viewsvn'; // ################################################################### // ///////////////////////// SVN BINARY -- 2.22.5