Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
application = 'ViewSVN';
$viewsvn->apppath = $viewsvn->fetch_sourcepath(getcwd());
$viewsvn->appversion = '[#]version[#]';
$viewsvn->debug = $debug;
$viewsvn->sourcepath = $viewsvn->fetch_sourcepath($issopath);
$viewsvn->load('functions');
$viewsvn->exec_sanitize_data();
// ###################################################################
// handle template system
$viewsvn->load('template_fs');
$template->templatedir = $viewsvn->fetch_sourcepath('./templates/' . $templatedir);
// ###################################################################
// imaginary reporter
require_once('./includes/imaginary.php');
$viewsvn->trigger =& new Imaginary();
// ###################################################################
// load shell subsystem
require_once('./includes/shellcmd.php');
$viewsvn->shell =& new Shell();
// ###################################################################
// setup repository
require_once('./includes/repository.php');
$viewsvn->repos =& new Repository($repository, $iscontainer);
// ###################################################################
// path manager
require_once('./includes/paths.php');
$viewsvn->paths =& new Paths($pathtype);
// ###################################################################
// initialize SVN
require_once('./includes/svnlib.php');
$viewsvn->svn =& new SVNLib($svnpath);
/*=====================================================================*\
|| ###################################################################
|| # $HeadURL$
|| # $Id$
|| ###################################################################
\*=====================================================================*/
?>