saveRevision.pl

        Save the current state of the project folder into a
        zip archive and save it into folder
        clickTk_Revisions./revisions

Programming notes

None.

buildArchive

        Build a zip archive using the command line version of winzip.
        Arguments
                - folder containing the data to be zipped
                - name of the archive
                - list of file masks (ref to array)
                - prefix of the archive name
        Returns
                return code of the test run of wzunzip
        Note:
                - the archive will be stored into the given folder
                - the file name of the archive will be <prefix>-<name>.zip

Back to index