Changes between Version 6 and Version 7 of BittenRecipesExtractorScript


Ignore:
Timestamp:
Nov 30, 2011, 4:54:29 PM (12 years ago)
Author:
anonymous
Comment:

Updating known issues

Legend:

Unmodified
Added
Removed
Modified
  • BittenRecipesExtractorScript

    v6 v7  
    1717
    1818=== Known Issues ===
    19 When I have been modifying the scripts using emacs (and possibly some other editors do this), the editor will create a backup swap file, which just so happens to match the file matching routine I have in place for recipes to be committed. I have not seen this cause issues, but it most certainly is not desirable. My advice is to edit a master copy, such as the ones in the subversion directory, and copy those two files, to your recipe directory and use them there.[[BR]]
     19Pattern matching may include swap and backup specific files from editing your recipes. The only issue this would cause, may be a file with no changes from the original, or other non-desirable changes. Keep this in mind if your finding recipes not updating with correct data. Search for hidden files in your recipe directory, and delete them. I have attempted to solve this, but unfortunately I have found that Trac allows periods and dashes in the naming convention of bitten rules. So this rules out a lot of simple pattern matching I can perform. eg: {{{if str.isalnum(file_name)}}}
    2020
    2121Super User access is needed when reading and writing to the Trac database directly.[[BR]]