phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgroupware/doc cvs_full_checkout.php,1.6,1.7 c


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware/doc cvs_full_checkout.php,1.6,1.7 cvs_full_checkout.pl,1.2,1.3
Date: Wed, 09 Jan 2002 04:08:36 -0500

Update of /cvsroot/phpgroupware/phpgroupware/doc
In directory subversions:/tmp/cvs-serv17062

Modified Files:
        cvs_full_checkout.php cvs_full_checkout.pl 
Log Message:
jason gave me more updates for the move to savannah

Index: cvs_full_checkout.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/doc/cvs_full_checkout.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** cvs_full_checkout.php       8 Jan 2002 17:11:12 -0000       1.6
--- cvs_full_checkout.php       9 Jan 2002 09:08:34 -0000       1.7
***************
*** 21,25 ****
        $tmp_dir       = '/tmp';
        // Path of where you want the phpgroupware directory to go.  NO 
trailing /
!       $co_dir        = '/var/www/phpgroupware';
        // If you do not have developer access to cvs, change to True
        $cvs_anonymous = True;
--- 21,25 ----
        $tmp_dir       = '/tmp';
        // Path of where you want the phpgroupware directory to go.  NO 
trailing /
!       $co_dir        = '/var/www/html';
        // If you do not have developer access to cvs, change to True
        $cvs_anonymous = True;
***************
*** 32,37 ****
--- 32,39 ----
        $co_modules[] = 'addressbook';
        $co_modules[] = 'admin';
+       $co_modules[] = 'backup';
        $co_modules[] = 'bookkeeping';
        $co_modules[] = 'bookmarks';
+       $co_modules[] = 'brewer';
        $co_modules[] = 'calendar';
        $co_modules[] = 'cart';
***************
*** 42,45 ****
--- 44,48 ----
        $co_modules[] = 'comic';
        $co_modules[] = 'cron';
+       $co_modules[] = 'developer_tools';
        $co_modules[] = 'dj';
        $co_modules[] = 'eldaptir';
***************
*** 54,58 ****
--- 57,64 ----
        $co_modules[] = 'manual';
        $co_modules[] = 'mediadb';
+       $co_modules[] = 'meerkat';
+       $co_modules[] = 'messenger';
        $co_modules[] = 'napster';
+       $co_modules[] = 'netsaint';
        $co_modules[] = 'news_admin';
        $co_modules[] = 'nntp';
***************
*** 62,71 ****
--- 68,81 ----
        $co_modules[] = 'phpgwapi';
        $co_modules[] = 'phpgwnetsaint';
+       $co_modules[] = 'phpsysinfo';
        $co_modules[] = 'phpwebhosting';
        $co_modules[] = 'polls';
        $co_modules[] = 'preferences';
        $co_modules[] = 'projects';
+       $co_modules[] = 'qmailldap';
        $co_modules[] = 'rbs';
        $co_modules[] = 'setup';
+       $co_modules[] = 'skel';
+       $co_modules[] = 'soap';
        $co_modules[] = 'squirrelmail';
        $co_modules[] = 'stocks';
***************
*** 76,80 ****
--- 86,92 ----
        $co_modules[] = 'tts';
        $co_modules[] = 'wap';
+       $co_modules[] = 'wcm';
        $co_modules[] = 'weather';
+       $co_modules[] = 'xmlrpc';
  
     // -- End config section

Index: cvs_full_checkout.pl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/doc/cvs_full_checkout.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** cvs_full_checkout.pl        12 Dec 2001 00:02:10 -0000      1.2
--- cvs_full_checkout.pl        9 Jan 2002 09:08:34 -0000       1.3
***************
*** 132,141 ****
        if ($cvs_anonymous)
        {
!               &docvscommand('cvs 
-d:pserver:address@hidden:/cvsroot/phpgroupware login',True);
!               &docvscommand('cvs 
-d:pserver:address@hidden:/cvsroot/phpgroupware co phpgroupware',True);
        }
        else
        {
!               &docvscommand('cvs -d' . $cvs_login . 
'@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgroupware co phpgroupware');
        }
  
--- 132,141 ----
        if ($cvs_anonymous)
        {
!               &docvscommand('cvs 
-d:pserver:address@hidden:443/cvsroot/phpgroupware login',True);
!               &docvscommand('cvs 
-d:pserver:address@hidden:443/cvsroot/phpgroupware co phpgroupware',True);
        }
        else
        {
!               &docvscommand('cvs -d' . $cvs_login . 
'@subversions.gnu.org:443/cvsroot/phpgroupware co phpgroupware');
        }
  
***************
*** 144,152 ****
        if ($cvs_anonymous)
        {
!               &docvscommand('cvs -z3 
-d:pserver:address@hidden:/cvsroot/phpgroupware co ' . join(' ',@co_modules));
        }
        else
        {
!               &docvscommand('cvs -d' . $cvs_login . 
'@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgroupware co ' . join(' 
',@co_modules));
        }
  
--- 144,152 ----
        if ($cvs_anonymous)
        {
!               &docvscommand('cvs -z3 
-d:pserver:address@hidden:443/cvsroot/phpgroupware co ' . join(' 
',@co_modules));
        }
        else
        {
!               &docvscommand('cvs -d' . $cvs_login . 
'@subversions.gnu.org:443/cvsroot/phpgroupware co ' . join(' ',@co_modules));
        }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]