STM32CubeIDE cloning (copying) a project
A usual approach is to branch from a given project by making a copy of it and develop further on the copy, leaving the original intact.
How can this be achieved in the STM32CubeIDE project tree?
I tried it by copying the directory in the filsystem, to a different directory, edited every file containing the original project name to the new one. Even edited the .metadata and every occurence of the original name in the new directory tree. It lead to an existing new entry in the tree view Could be that I even did an Import by browsing to that new directory.
But the result was that I was said it not being a CDT project when I wanted to open the properties on the new project icon.
What is a safe way to do achieve this?
