phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: chora/inc class.uicvs.inc.php,NONE,1.1 class.cvs


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora/inc class.uicvs.inc.php,NONE,1.1 class.cvs.inc.php,1.2,1.3
Date: Sun, 28 Apr 2002 16:36:03 -0400

Update of /cvsroot/phpgroupware/chora/inc
In directory subversions:/tmp/cvs-serv2465/inc

Modified Files:
        class.cvs.inc.php 
Added Files:
        class.uicvs.inc.php 
Log Message:
Add ui class to test cvs class, fix remote pass for gnu.org anon cvs



***** Error reading new file: [Errno 2] No such file or directory: 
'class.uicvs.inc.php'
Index: class.cvs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/inc/class.cvs.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.cvs.inc.php   28 Apr 2002 20:17:23 -0000      1.2
--- class.cvs.inc.php   28 Apr 2002 20:36:01 -0000      1.3
***************
*** 52,56 ****
  
                /* CVS user info and mode */
!               var $user = 'anonymous';
                var $pass = '';
                var $mode = 'pserver';
--- 52,56 ----
  
                /* CVS user info and mode */
!               var $user = 'anoncvs';
                var $pass = '';
                var $mode = 'pserver';
***************
*** 58,61 ****
--- 58,62 ----
                /* Valid responses we accept from the server */
                var $vr = 'Valid-responses ok error Valid-requests Checked-in 
New-entry Checksum Copy-file Updated Created Update-existing Merged Patched 
Rcs-diff Mode Mod-time Removed Remove-entry Set-static-directory 
Clear-static-directory Set-sticky Clear-sticky Template Set-checkin-prog 
Set-update-prog Notified Module-expansion Wrapper-rcsOption M Mbinary E F MT';
+ 
                /* pserver method password hash */
                var $scrambled = array(




reply via email to

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