"Fossies" - the Fresh Open Source Software Archive

Member "daisy-2.4.2/tools/i18ncheck/README.txt" (23 Aug 2010, 903 Bytes) of package /linux/www/old/daisy-2.4.2-src.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 Transdiffer
    2 ===========
    3 
    4 This little tool is used to diff a list of i18n files to see if they
    5 have been updated between two svn revisions.
    6 
    7    >> Note: you'll probably need to make the tool executable using
    8             chmod u+x tools/i18ncheck/transdiffer
    9 
   10 Usage : 
   11 
   12 transdiffer <old-revision> <new-revision> <out-file>
   13 
   14 The transdiffer expects to receive a list of files that it should check for
   15 differences, the list is provided through the stdin. Such a list is
   16 available in the file i18_list.txt. This file has been compiled in such a
   17 manner that you need to run tool in the root of your daisy checkout.
   18 
   19 This is the typical usage:
   20 
   21 cat tools/i18ncheck/i18n-list.txt | tools/i18ncheck/transdiffer old new i18n-request-email.txt
   22 
   23 After the transdiffer has checked for changes it will fill the out-file with
   24 diffs of the changed files.
   25 
   26    >> Note: the process of checking for changes can take while