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.
We use SVN for managing source code changes and are now in the process of integrating this into CCSv5.1. We can download the subclipse plugin and notice it doesn't seem to work with linked files. Our CCS projects contain mostly linked files (e.g. files residing outside the project folder). This files aren't recognized by the plugin. The screenshot below illustrates the problem. Files that are in the project folder show SVN info and can be compared to base versions in the repository. files linked into the project won't do this. Is this a bug? Is there a workaround? Thanks - Mike
Hello,
I am wondering if this might be, because in CCS there are two places you can enter include paths, build variables etc. CCS when it builds, uses the CCS options as shown in this wiki. I suspect subeclipse is likely using the generic eclipse ones.
http://processors.wiki.ti.com/index.php/Include_paths_and_options
Could you please try the following and keep us informed.
Try adding your paths and variables in the generic eclipse version of these options. Many of these will be found under Project->Properties but you will need to show the advanced settings and go to C/C++ build. Do you know if linked resources have the same problem in a generic eclipse project, non CCS?
Best Regards,
LIsa
Hi MIke,
have a look at these two posting I found on google. It seems this is normal subeclipse behaviour, however there are a couple work arounds it appears including svn:externals
http://svn.haxx.se/subusers/archive-2006-05/0014.shtml
http://svn.haxx.se/subdev/archive-2005-06/0119.shtml
Please keep me informed whether this helps.
Best Regards,
Lisa
Hi Lisa,
I looked into these posts. Couple things.
I think for now we'll just do all our SVN management outside Eclipse (as we were doing before upgrading to CCS5.1) and perhaps transition to what subclipse suggests at a later date.
thanks,
Mike
Hi Mike,
ok, thanks for the update and feedback. All the best with development.
Best Regards,
Lisa