[evolvis-commits] r8295: patch: [ #171 ] Allows use of single cvs hostname↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 16:38:36 CET 2011


Author: mirabilos
Date: 2011-02-24 16:38:36 +0100 (Thu, 24 Feb 2011)
New Revision: 8295

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/etc/local.inc
Log:
patch: [ #171 ] Allows use of single cvs hostname


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/etc/local.inc
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/etc/local.inc	2011-02-24 15:38:33 UTC (rev 8294)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/etc/local.inc	2011-02-24 15:38:36 UTC (rev 8295)
@@ -33,6 +33,11 @@
  
 // Machine that hosts CVS
 $sys_cvs_host = 'cvs.company.com';
+
+// Force the use of a single cvs host instead of cvs.project.domain.com
+// Set to 1 to use cvs.domain.com:/cvsroot/project for all projects
+// Set to 0 to use cvs.project.domain.com:/cvsroot/project
+$sys_cvs_single_host = 1;
  
 // Machine used for downloading sources/packages
 $sys_download_host = "download.company.com";



More information about the evolvis-commits mailing list