From 663385ab415979d4e949985667a96f879ab73df9 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Jan 2006 02:03:14 +0000 Subject: [PATCH] Init SVNLib before Paths --- includes/init.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/init.php b/includes/init.php index eac8657..db30833 100644 --- a/includes/init.php +++ b/includes/init.php @@ -74,17 +74,17 @@ $viewsvn->shell =& new Shell(); 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'); $viewsvn->path = $conf['paths']['web']; $viewsvn->paths =& new Paths($conf['other']['pathtype']); -// ################################################################### -// initialize SVN -require_once('./includes/svnlib.php'); -$viewsvn->svn =& new SVNLib($conf['paths']['svn']); - /*=====================================================================*\ || ################################################################### || # $HeadURL$ -- 2.22.5