48. ConfigHistory

48.1. Authors

    48.2. Summary of Module Globals

    List of Global Functions

    • CommitChanges - Commit changes done by YaST into the SVN repo

    • Init - Initialize before module is started Do not call CommitChanges unless Init returns true!

    • InitFiles - Initialize specified files for version control; useful when not having whole directory under version control, but only relevant files

    List of Global Variables

      48.3. Global Functions

      48.3.1. CommitChanges

      Commit changes done by YaST into the SVN repo

      Function parameters

      • string module_name

      Return value

      • boolean - true on success, false on failure

      48.3.2. Init

      Initialize before module is started Do not call CommitChanges unless Init returns true!

      Return value

      • boolean - true on success, false on failure

      48.3.3. InitFiles

      Initialize specified files for version control; useful when not having whole directory under version control, but only relevant files

      Function parameters

      • list<string> files

      Return value

      • boolean - true on success, false otherwise

      48.4. Global Variables

      48.5. Module Requirements

      none