- 12 Oct, 2024 1 commit
-
-
ROOL authored
Admin: Another variation to stress test the renaming of files within a tar archive, with 'implicit.tar' the intermediate directories don't exist as discrete objects in the archive, they are created by SparkFS dynamically. This would have triggered a bug on rename prior to the fix in SparkTar-1_51. Version 1.51. Not tagged
-
- 05 Apr, 2023 1 commit
-
-
ROOL authored
Version 1.51. Not tagged
-
- 01 Apr, 2023 1 commit
-
-
David Pilling authored
Detail: Some directories are implicit. If there is a file level1/level2/level3/test.txt then the folders level1, level2, level3 are implicit; they may not be included as entries in the tar file but SparkFS will create folders for display with those names. Rename of directories had a bug that would cause the contents to get the new name of the directory. In the above example renaming 'level2' to 'levelX' would leave a file called levelX when the tar file was loaded (or forgotten via the Archive menu then reopened). Version 1.51. Tagged as 'SparkTar-1_51'
-
- 24 Mar, 2023 2 commits
-
-
ROOL authored
Detail: * Makefile created * Get version details from automatically maintained VersionNum * Use RMInfo from AsmUtils * References to $.SparkFS.h.common moved to Interface exports * Use POSIX style "thing.h" naming * Enable CI job Version 1.50. Tagged as 'SparkTar-1_50-1'
-
David Pilling authored
Admin: Special thanks to David Pilling for allowing the sources to SparkFS to be published. These are the sources to Tar 1.50 as received from David, imported with a standard CModule component layout and so are unlikely to build in their current form. Version 1.50. Tagged as 'SparkTar-1_50'
-