Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
QDS 4.5.1
-
None
-
QDS Berlin - 2024 Week 49/50, QDS Berlin - 2024/25 51-2, QDS Berlin - 2025 Week 3/4, QDS Berlin - 2025 Week 5/6
Description
Steps to repro
- Clone a QDS project from git
- Open the project in QDS and run it
- Close the project
- Try to get update from git (git pull)
Expected result:
- Git pull will succeed
Actual result:
- Git pull fails because <project>.qtds file has been updated and must be either stashed or merged.
Possible solutions:
- Do not update qtds file unless changes are done to the project
- Store update info into file that is not in git (requries a .gitignore file creation)