phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware/doc/cvs_full_checkout.pl, 1.7


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/doc/cvs_full_checkout.pl, 1.7
Date: Thu, 30 Dec 2004 11:46:22 +0100

Update of /phpgroupware/doc
Modified Files:
        Branch: 
          cvs_full_checkout.pl

date: 2004/12/30 10:46:22;  author: skwashd;  state: Exp;  lines: +24 -12

Log Message:
create new head
=====================================================================
Index: phpgroupware/doc/cvs_full_checkout.pl
diff -u phpgroupware/doc/cvs_full_checkout.pl:1.6 
phpgroupware/doc/cvs_full_checkout.pl:1.7
--- phpgroupware/doc/cvs_full_checkout.pl:1.6   Sat Sep 21 05:15:32 2002
+++ phpgroupware/doc/cvs_full_checkout.pl       Thu Dec 30 10:46:22 2004
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
        
############################################################################
        # phpGroupWare                                                          
   #
-       # http:#www.phpgroupware.org                                            
   #
+       # http://www.phpgroupware.org/                                          
   #
        # The file written by Miles Lott <address@hidden>                #
        # --------------------------------------------                          
   #
        #  This program is free software; you can redistribute it and/or modify 
it #
@@ -17,10 +17,14 @@
        
#**************************************************************************#
        # Temp paths that can be read and written to
        $tmp_dir       = '/tmp';
-       # Path of where you want the phpgroupware directory to go.  NO trailing 
/
+       # Directory that you want the phpgroupware directory to go in.  NO 
trailing /
        $co_dir        = '/var/www/html';
        # If you do not have developer access to cvs, change to True
        $cvs_anonymous = True;
+#      $cvs_anonymous = '';
+       # If you do not have developer access to phpgwapi cvs, set to True
+       $cvs_api_anonymous = True;
+#      $cvs_api_anonymous = '';
        # Only needed if you have developers cvs access
        $cvs_login    = '';
 
@@ -45,25 +49,26 @@
                'eldaptir',
                'email',
                'filemanager',
+               'folders',
                'forum',
                'ftp',
+               'fudforum',
                'headlines',
                'hr',
                'infolog',
                'inv',
+               'javassh',
                'manual',
                'mediadb',
                'meerkat',
                'messenger',
-               'napster',
                'netsaint',
                'news_admin',
                'nntp',
                'notes',
                'phonelog',
                'phpGWShell_Win32_VB',
-               'phpgwapi',
-               'phpgwnetsaint',
+#              'phpgwapi',
                'phpsysinfo',
                'polls',
                'preferences',
@@ -78,7 +83,6 @@
                'syncml-server',
                'timetrack',
                'todo',
-               'transy',
                'tts',
                'wap',
                'wcm',
@@ -124,23 +128,31 @@
        chdir($co_dir);
        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);
+               &docvscommand('cvs -z3 
-d:ext:address@hidden:/cvsroot/phpgroupware co phpgroupware');
        }
        else
        {
-               &docvscommand('cvs -d' . $cvs_login . 
'@subversions.gnu.org:/cvsroot/phpgroupware co phpgroupware');
+               &docvscommand('cvs -z3 -d' . $cvs_login . 
'@savannah.gnu.org:/cvsroot/phpgroupware co phpgroupware');
        }
 
        chdir($co_dir . '/phpgroupware');
 
        if ($cvs_anonymous)
        {
-               &docvscommand('cvs -z3 
-d:pserver:address@hidden:443/cvsroot/phpgroupware co ' . join(' 
',@co_modules));
+               &docvscommand('cvs -z3 
-d:ext:address@hidden:/cvsroot/phpgroupware co ' . join(' ',@co_modules));
        }
        else
        {
-               &docvscommand('cvs -d' . $cvs_login . 
'@subversions.gnu.org:/cvsroot/phpgroupware co ' . join(' ',@co_modules));
+               &docvscommand('cvs -z3 -d' . $cvs_login . 
'@savannah.gnu.org:/cvsroot/phpgroupware co ' . join(' ',@co_modules));
+       }
+
+       if ($cvs_api_anonymous)
+       {
+               &docvscommand('cvs -z3 -d:ext:address@hidden:/cvsroot/phpgwapi 
co phpgwapi');
+       }
+       else
+       {
+               &docvscommand('cvs -z3 -d' . $cvs_login . 
'@savannah.gnu.org:/cvsroot/phpgwapi co phpgwapi');
        }
 
        &docvscommand('cvs update -dP');




reply via email to

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