Tool/software:
I need to start new project B that is seeded with code from existing project A. The user manual states it can be done with simple copy/paste but does not work for me. I copy and paste, there is no error message, and no new copy of project A.
Manual also states that projects can be renamed by right clicking. I tried manually copying folder using windows and adding folder to workspace. That works but of course from CCS perspective project name is a duplicate so it is not treated as a project. I had thought that "rename" would solve that but right click on folder and there is no "rename" option.
no rename option here.
Can you either correct the CCS code or the documentation so they track? And how do I clone project A as starting code for new project B? Without manually copying and pasting the folder and then bulk editing the mystery config files using the dangerous
"sed -i s/project_A/project_B/g *.*"
and crossing fingers?