summaryrefslogtreecommitdiff
path: root/devel/horde-chora/files/patch-aa
blob: c010eb93de6eea367751f0dada50e7c38516fd96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- config/cvsroots.php.dist.orig	Fri Jun  8 22:59:42 2001
+++ config/cvsroots.php.dist	Tue Nov 27 22:42:41 2001
@@ -27,6 +27,15 @@
 
 $cvsroots = array();
 
+$cvsroots['myprojects'] = array(
+    'name' => 'Here',
+    'location' => '%%CVSROOT%%',
+    'title' => 'To be configured in %%CONFDIR%%/cvsroots.php',
+    'intro' => 'longIntro.txt',
+    'default' => true
+);
+
+/*
 $cvsroots['php4'] = array(
     'name' => 'PHP4',
     'location' => '/home/cvs/php4',
@@ -48,5 +57,6 @@
     'location' => '/home/cvs/openbsd',
     'title' => 'OpenBSD CVS Repository'
 );
+*/
 
 ?>