Tool/software: Code Composer Studio
Hi Guys
Customer tried to open a project with the same name as a project that is already opened, nothing happens, perhaps you cannot have two projects with the same name open at the same time, but CCS should at least warn if one tries to do that.
There are several reasons they want to do this, the most important one to be able to have multiple revisions of the same project/git repository checked out at the same time to have the possibility to work on different branches in parallel.
I think this is a very common way to do development today. And renaming the projects perhaps could work, but it is not a nice workaround since then I will have to not track that in git then, which I really want of course.
Thanks
Rodney