phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora/inc class.cvslib_annotate.inc.php,NONE,1.1 class.cvslib_checkout.inc.php,NONE,1.1 class.cvslib_diff.inc.php,NONE,1.1 class.cvslib_directory.inc.php,NONE,1.1 class.cvslib_error.inc.php,NONE,1.1 class.cvslib_file.inc.php,NONE,1.1 class.cvslib_log.inc.php,NONE,1.1 class.cvslib_rev.inc.php,NONE,1.1 class.cvslib.inc.php,1.5,1.6
Date: Sun, 28 Apr 2002 14:09:09 -0400

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

Modified Files:
        class.cvslib.inc.php 
Added Files:
        class.cvslib_annotate.inc.php class.cvslib_checkout.inc.php 
        class.cvslib_diff.inc.php class.cvslib_directory.inc.php 
        class.cvslib_error.inc.php class.cvslib_file.inc.php 
        class.cvslib_log.inc.php class.cvslib_rev.inc.php 
Log Message:
Rename/move



***** Error reading new file: [Errno 2] No such file or directory: 
'class.cvslib_annotate.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.cvslib_checkout.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.cvslib_diff.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.cvslib_directory.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.cvslib_error.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.cvslib_file.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.cvslib_log.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.cvslib_rev.inc.php'
Index: class.cvslib.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/inc/class.cvslib.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.cvslib.inc.php        25 Dec 2001 16:05:19 -0000      1.5
--- class.cvslib.inc.php        28 Apr 2002 18:09:06 -0000      1.6
***************
*** 186,196 ****
        }
  
!       include(PHPGW_APP_INC . '/CVSLib/Checkout.php');
!       include(PHPGW_APP_INC . '/CVSLib/Log.php');
!       include(PHPGW_APP_INC . '/CVSLib/File.php');
!       include(PHPGW_APP_INC . '/CVSLib/Directory.php');
!       include(PHPGW_APP_INC . '/CVSLib/Diff.php');
!       include(PHPGW_APP_INC . '/CVSLib/Annotate.php');
!       include(PHPGW_APP_INC . '/CVSLib/Rev.php');
!       include(PHPGW_APP_INC . '/CVSLib/Error.php');
  ?>
--- 186,196 ----
        }
  
!       include(PHPGW_APP_INC . '/class.cvslib_checkout.inc.php');
!       include(PHPGW_APP_INC . '/class.cvslib_directory.inc.php');
!       include(PHPGW_APP_INC . '/class.cvslib_file.inc.php');
!       include(PHPGW_APP_INC . '/class.cvslib_rev.inc.php');
!       include(PHPGW_APP_INC . '/class.cvslib_annotate.inc.php');
!       include(PHPGW_APP_INC . '/class.cvslib_diff.inc.php');
!       include(PHPGW_APP_INC . '/class.cvslib_error.inc.php');
!       include(PHPGW_APP_INC . '/class.cvslib_log.inc.php');
  ?>




reply via email to

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