Differences
This shows you the differences between two versions of the page.
| fxdemo:05-part:13-build-and-run-scripts:13-4-createrepositorystructure-sh:start [2026/08/10 14:59] – created owen | fxdemo:05-part:13-build-and-run-scripts:13-4-createrepositorystructure-sh:start [2026/08/10 15:01] (current) – owen | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| The script should create or verify directories such as: | The script should create or verify directories such as: | ||
| - | | + | |
| - | - idl/ | + | - '' |
| - | - src/ | + | - '' |
| - | - generated/ | + | - '' |
| - | - config/ | + | - '' |
| - | - scripts/ | + | - '' |
| - | - containers/ | + | - '' |
| - | - tests/ | + | - '' |
| - | - logs/ | + | - '' |
| - | - evidence/ | + | - '' |
| - | - tools/ | + | - '' |
| The script should be safe to run more than once. If a directory already exists, the script should report that fact rather than treating it as an error. If an existing file blocks required directory creation, the script should fail clearly and explain the conflict. | The script should be safe to run more than once. If a directory already exists, the script should report that fact rather than treating it as an error. If an existing file blocks required directory creation, the script should fail clearly and explain the conflict. | ||