I am having some issues getting source controled projects that share common files. Our basic path structure looks something like this:
source common projects A B B1 B2 C
I can import all this stuff in using the plugin and then check in/out on the machine that did the original import. However once in CVS, it's impossible to get the new project anywhere else *if* the project uses any common file outside it's own directory tree (ie, Anything from common for example)
When trying to get the project, when the IDE gets to the common files, it complains that it cannot find modules like this "source/projects/A/source/common"
We can change this to the correct module, but the local path it has decided on is also wrong and that is unchangable so the final retrieval, if it worked, is scattered around in completly incorrect directories.
I've done a search and seen a few people mentioning issues with common files, but was unable to duplicate their apparent success at fixing this. It's seems to just be the initial "get" that is the issue. Once set up it apparently works ok, but we have not tried using it for long
|