[Fusionforge-commits] r13391 - branches/Branch_5_1/src/plugins/scmsvn/common

Thorsten Glaser mirabilos at fusionforge.org
Thu May 19 15:18:47 CEST 2011


Author: mirabilos
Date: 2011-05-19 15:18:47 +0200 (Thu, 19 May 2011)
New Revision: 13391

Modified:
   branches/Branch_5_1/src/plugins/scmsvn/common/SVNPlugin.class.php
Log:
fix svn_root after scm refactoring and subdir changes


Modified: branches/Branch_5_1/src/plugins/scmsvn/common/SVNPlugin.class.php
===================================================================
--- branches/Branch_5_1/src/plugins/scmsvn/common/SVNPlugin.class.php	2011-05-19 13:10:28 UTC (rev 13390)
+++ branches/Branch_5_1/src/plugins/scmsvn/common/SVNPlugin.class.php	2011-05-19 13:18:47 UTC (rev 13391)
@@ -38,7 +38,7 @@
 		$this->SCMPlugin () ;
 		$this->name = 'scmsvn';
 		$this->text = 'Subversion';
-		$this->svn_root = '/svn';
+		$this->svn_root = '/scmrepos/svn';
 		$this->hooks[] = 'scm_browser_page';
 		$this->hooks[] = 'scm_update_repolist' ;
 		$this->hooks[] = 'scm_generate_snapshots' ;




More information about the Fusionforge-commits mailing list