This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
i see commands to create, import and build projects from command line (at http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create). But i couldnt see any command to delete a project from workspace from command line.
Can you point me if there is such option. If not this one of the basic command that need to be added in future releases.
Regards
Baskaran
Hi Baskaran,
No such option currently exists. I have filed an enhancement request for this. Tracking ID is: SDSCM00045603
Thanks
ki
Hi Baskaran,
Can you please provide more details on why you need the ability to delete specific projects from command line? For the purposes of testing, for example, the best practice is to start a new workspace for every test, so you don't need to worry about deleting any created projects explicitly.
Thanks,
- Baltasar
I agree for testing new workspace would be the best. But we cant limit the user to always go for new workspace- may be due to space constraints.
When we have create project option - automatically the expectation is that there will be delete option too.
In my case when i am building for multiple boards - if the project name is same across boards we were not sure whether the correct project will be taken. the delete option will help to delete old projects and import the new one cleanly
Regards
Baskaran
Baskaran,
The "createProject" command was introduced for the purpose of automating tests, and automatic generation of example projects. There are no plans to introduce a "delete" command.
In your specific scenario, you could try deleting the entire workspace, as i've mentioned previously. Or you could try appending the board-name to your project-name, during project-creation, in order to avoid name collisions when working with multiple boards.
Thanks,
- Baltasar
Baltasar,
The suggestions are more of a work around to the problem and may not work for all the customers. And it posts limitation to tie the project name with board name.
Do you see any issue if delete project is implemented?
Regards
Baskaran