I am using Code Composer Studio Version: 5.3.0.00090.
We are using SmartSVN for backup and version control. SmartSVN compares the most up-to-date files, which are stored on our server, with the current working files on your local drive. The local project directory should be C:\_projects\firmware\PROJECTS
In CCS, my workspace is set up to be C:\Users\jkerr\workspace_v5_1\
I currently have two projects in the above workspace. The first project is the main firmware application. Its project directory is C:\_projects\firmware\PROJECTS\D4465-HART\ and everything works find. The second project is the BSL. Its project directory is C:\Users\jkerr\workspace_v5_1\BSL\.
Within CCS, everything works fine for both projects. However, when using SmartSVN and uploading new code to the server and comparing code from your local directory, the BSL does not work because it is not in the correct directory for SmartSVN. How can I change the project directory for my BSL to C:\_projects\firmware\PROJECTS\BSL\ but keep the same workspace?