Hello,
I am see odd behavior with SES and git repos. I was working on a branch and wanted to confirm there was no issues with the building the project before I started adding my feature. so in a new folder I cloned master. I moved to the new .emProject file in the project and opened the project with SES, but the branch project was opened with all of my changes, instead of the master version I was hoping to test momentarily.
folder structure:
/base/branch_repo/project_name/project.emProject
/base/master_repo/project_name/project.emProject
OS: Ubuntu
SEGGER Embedded Studio for ARM
Release 4.20a Build 2019082003.39848
Linux x64
My first thought was the master project had an absolute path to the previous dir, but that was not the case.
Can anyone reproduce this?