Part Number: CODECOMPOSER
https://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html
ccs-server-cli.bat -noSplash -workspace <git_repository_root> -data <git_repository_root> -application com.ti.ccs.apps.importProject -ccs.location <git_repository_root>\Project1 -ccs.recurse -ccs.autoBuild
!ERROR: A project with the name 'Project1' already exists in workspace
ccs-server-cli.bat -noSplash -workspace <git_repository_root> -data <git_repository_root> -application com.ti.ccs.apps.importProject -ccs.location <git_repository_root>\Project2 -ccs.recurse -ccs.autoBuild
!ERROR: A project with the name 'Project2' already exists in workspace
ccs-server-cli.bat -noSplash -workspace <git_repository_root> -data <git_repository_root> -application com.ti.ccs.apps.importProject -ccs.location <git_repository_root>\Project3 -ccs.recurse -ccs.autoBuild
!ERROR: A project with the name 'Project3' already exists in workspace
ccs-server-cli.bat -noSplash -workspace <git_repository_root> -data <git_repository_root> -application com.ti.ccs.apps.importProject -ccs.location <git_repository_root>\Project4 -ccs.recurse -ccs.autoBuild
!ERROR: A project with the name 'Project4' already exists in workspace
ccs-server-cli.bat -noSplash -workspace <git_repository_root> -data <git_repository_root> -application com.ti.ccs.apps.importProject -ccs.location <git_repository_root>\Project5 -ccs.recurse -ccs.autoBuild
!ERROR: A project with the name 'Project5' already exists in workspace
ccs-server-cli.bat -noSplash -workspace <git_repository_root> -application com.ti.ccs.apps.buildProject -ccs.workspace
# ================================================================================
# [Fri Feb 20 10:53:04 CET 2026]: CCS headless build starting...
# ----------------------------------------
# --------------------------------------------------------------------------------
# [Fri Feb 20 10:53:04 CET 2026]: CCS headless build complete - 0 out of 0 projects have errors
Why does
ccs-server-cli.bat -noSplash -workspace <git_repository_root> -application com.ti.ccs.apps.buildProject -ccs.workspace
Note1: I do not get the errors of type !ERROR: A project with the name 'Project1' already exists in workspace on first calling the build-script (when it is completely new clonded)