From 26d1746e2801bce3d304dd23d07c58a0536554db Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 13 Jan 2006 05:04:59 +0000 Subject: [PATCH] SVNLib is no longer global. bye bye --- includes/init.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/init.php b/includes/init.php index b62c088..2d41dd3 100644 --- a/includes/init.php +++ b/includes/init.php @@ -74,11 +74,6 @@ $viewsvn->trigger =& new Imaginary(); require_once('./includes/repository.php'); $viewsvn->repos =& new Repository($conf['repository']['path'], $conf['repository']['iscontainer']); -// ################################################################### -// initialize SVN -require_once('./includes/svnlib.php'); -$viewsvn->svn =& new SVNLib($conf['paths']['svn']); - // ################################################################### // path manager require_once('./includes/paths.php'); -- 2.22.5