51. ConfigHistory

51.1. Authors

    51.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

      51.3. Global Functions

      51.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

      51.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

      51.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

      51.4. Global Variables

      51.5. Module Requirements

      none