Hello,
It was suggested that here is better place to continue other discussion.
Here is my situation. I have created custom platform. I have placed only source files under revision control and created a standalone 'mk_platform' project to build platform stuff. Next I set this project as dependency to another application project. This way platform gets build before application if necessary. My application project checked into revision control system as well as mk_platform project. However, I cannot share my application project with collaborators through revision control system. Whenever application project is opened from another workspace I get the following error:
Invalid project path: Referenced project is not accessible.
My guess is that project referencing works only for projects within workspace, but does not work for other path.
I've read in CCS tips, that workspaces is a thing not for sharing. So I'd like, what is supposed way to make project references and distribute them with revision control systems?
Thanks in advance.