Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Unmerged files.

Development:Unmerged files: Difference between revisions

From MoodleDocs
No edit summary
 
(133 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOEDITSECTION__
==Unmerged Files Report==


 
__UNMERGED_FILES_REPORT__
==Files with MOODLE_17_MERGED tag not updated - Wed Mar 26 12:13:03 CET 2008 ==
 
none!
 
==Files with MOODLE_18_MERGED tag not updated - Wed Mar 26 12:11:57 CET 2008 ==
 
RCS file: [http://cvs.moodle.org/moodle/search/documents/physical_ppt.php /cvsroot/moodle/search/documents/physical_ppt.php]
 
RCS file: [http://cvs.moodle.org/moodle/theme/formal_white/fw_fonts.css /cvsroot/moodle/theme/formal_white/fw_fonts.css]
 
RCS file: [http://cvs.moodle.org/moodle/user/messageselect.php /cvsroot/moodle/user/messageselect.php]
< <?php // $Id: messageselect.php,v 1.13.2.4 2008/02/20 02:20:57 moodler Exp $
> <?php // $Id: messageselect.php,v 1.13.2.5 2008/03/25 00:27:35 dongsheng Exp $
 
==Files with MOODLE_19_MERGED tag not updated - Wed Mar 26 12:10:37 CET 2008 ==
 
RCS file: [http://cvs.moodle.org/moodle/lib/accesslib.php /cvsroot/moodle/lib/accesslib.php]
 
RCS file: [http://cvs.moodle.org/moodle/mod/quiz/lib.php /cvsroot/moodle/mod/quiz/lib.php]
< <?php  // $Id: lib.php,v 1.282.2.12 2008/02/21 12:21:44 nicolasconnault Exp $
> <?php  // $Id: lib.php,v 1.282.2.13 2008/03/19 12:21:54 tjhunt Exp $
 
RCS file: [http://cvs.moodle.org/moodle/search/documents/physical_ppt.php /cvsroot/moodle/search/documents/physical_ppt.php]


==To generate this information yourself==
==To generate this information yourself==
Line 29: Line 8:
Run the following commandline at the top level of your CVS sandbox:
Run the following commandline at the top level of your CVS sandbox:


  cvs diff -r MOODLE_19_MERGED -r MOODLE_19_STABLE | egrep '^(RCS|[<>] <\?[Pp][Hh][Pp] \/\/ \$Id)' > unmergedfiles.txt; cat unmergedfiles.txt
  cvs diff -kkv -r MOODLE_19_MERGED -r MOODLE_19_STABLE | egrep '^(RCS|[<>] <\?[Pp][Hh][Pp] *\/\/ *\$Id)' > unmergedfiles.txt; cat unmergedfiles.txt


==Some useful links==
==Some useful links==

Latest revision as of 15:49, 8 January 2009

Unmerged Files Report

__UNMERGED_FILES_REPORT__

To generate this information yourself

Run the following commandline at the top level of your CVS sandbox:

cvs diff -kkv -r MOODLE_19_MERGED -r MOODLE_19_STABLE | egrep '^(RCS|[<>] <\?[Pp][Hh][Pp] *\/\/ *\$Id)' > unmergedfiles.txt; cat unmergedfiles.txt

Some useful links

  • Tracker Task MDL-8912: Progress in the Moodle Tracker about these unmerged files.