Save Artifact Link Files (.slmx) on seperate path as their artifacts.
Show older comments
In our project, we maintain separate Git repositories for requirements (Requirement files .slreqx), the system model (Simulink models .slx), and verification (Simulink Testfiles .mldatx).
The requirements and system model repositories are included as Git submodules within the verification repository.
Because submodules should remain unchanged, I would prefer to store the artifact link files in the main (verification) repository. However, this causes an issue: the link files (.slmx) end up with different paths than the artifact files, which results in the following error when tracing artifacts:
alm:artifact_service:InvalidRelativePath
My questions are:
- Is it possible to store .slmx files in a different path than their corresponding artifacts?
- Or, is there a better practice for handling this setup when working with submodules?
Any suggestions would be greatly appreciated!
Accepted Answer
More Answers (0)
Categories
Find more on Verify Requirements by Using Tests in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!