Name collision
I have one stream x_main and 2 compononents comp_src & comp_lib
component has below dir structure.
comp_src/buildscripts/build.sh comp_lib/buildscripts/build.sh
when i create a workspace it shows "Name collision" and does not go to next step.
Why does it give this as the 2 directories (buildscripts) are in different component.
Thanks
component has below dir structure.
comp_src/buildscripts/build.sh comp_lib/buildscripts/build.sh
when i create a workspace it shows "Name collision" and does not go to next step.
Why does it give this as the 2 directories (buildscripts) are in different component.
Thanks
3 answers
I assume you are not actually getting this collision when you create a
repository workspace, but rather when you "load" that repository
workspace, right?
Many of the RTC load operations will by default load the child
directories of each component, and not create a folder for the component
itself. But you can tell it to create a folder for the component
itself, which would remove this collision.
The exact load variant you use depend on how you are doing the loading
(e.g., Eclipse GUI, Visual Studio GUI, RTC command line, RTC build
definition).
Cheers,
Geoff
On 7/8/2011 2:23 PM, mehulnp wrote:
repository workspace, but rather when you "load" that repository
workspace, right?
Many of the RTC load operations will by default load the child
directories of each component, and not create a folder for the component
itself. But you can tell it to create a folder for the component
itself, which would remove this collision.
The exact load variant you use depend on how you are doing the loading
(e.g., Eclipse GUI, Visual Studio GUI, RTC command line, RTC build
definition).
Cheers,
Geoff
On 7/8/2011 2:23 PM, mehulnp wrote:
I have one stream x_main and 2 compononents comp_src& comp_lib
component has below dir structure.
comp_src/buildscripts/build.sh comp_lib/buildscripts/build.sh
when i create a workspace it shows "Name collision" and
does not go to next step.
Why does it give this as the 2 directories (buildscripts) are in
different component.
Thanks
Geoff,
That means i need to select the option "FInd and load eclipse project" which would create the component folders ?
I was selecting "browse the components to select the folders to be loaded" while loading which was givining me an error.
what is the difference between this 3 options ?
1. FInd and load eclipse project
2. browse the components to select the folders to be loaded
3.Load the root folder of the components to select the folders to be loaded
Thanks
That means i need to select the option "FInd and load eclipse project" which would create the component folders ?
I was selecting "browse the components to select the folders to be loaded" while loading which was givining me an error.
what is the difference between this 3 options ?
1. FInd and load eclipse project
2. browse the components to select the folders to be loaded
3.Load the root folder of the components to select the folders to be loaded
Thanks
I assume you are not actually getting this collision when you create a
repository workspace, but rather when you "load" that repository
workspace, right?
Many of the RTC load operations will by default load the child
directories of each component, and not create a folder for the component
itself. But you can tell it to create a folder for the component
itself, which would remove this collision.
The exact load variant you use depend on how you are doing the loading
(e.g., Eclipse GUI, Visual Studio GUI, RTC command line, RTC build
definition).
Cheers,
Geoff
On 7/8/2011 2:23 PM, mehulnp wrote:
I have one stream x_main and 2 compononents comp_src& comp_lib
component has below dir structure.
comp_src/buildscripts/build.sh comp_lib/buildscripts/build.sh
when i create a workspace it shows "Name collision" and
does not go to next step.
Why does it give this as the 2 directories (buildscripts) are in
different component.
Thanks
Actually, the simplest (in the 3.0.1 Eclipse client) is to use the "Load
as" operation, instead of the "Load" operation.
For the other options, the best way to get a feel for what they do is to
try them out, and look in the file system for how things get loaded.
Cheers,
Geoff
On 7/11/2011 10:53 AM, mehulnp wrote:
as" operation, instead of the "Load" operation.
For the other options, the best way to get a feel for what they do is to
try them out, and look in the file system for how things get loaded.
Cheers,
Geoff
On 7/11/2011 10:53 AM, mehulnp wrote:
Geoff,
That means i need to select the option "FInd and load eclipse
project" which would create the component folders ?
I was selecting "browse the components to select the folders to
be loaded" while loading which was givining me an error.
what is the difference between this 3 options ?
1. FInd and load eclipse project
2. browse the components to select the folders to be loaded
3.Load the root folder of the components to select the folders to be
loaded
Thanks
gmclemmwrote:
I assume you are not actually getting this collision when you create
a
repository workspace, but rather when you "load" that
repository
workspace, right?
Many of the RTC load operations will by default load the child
directories of each component, and not create a folder for the
component
itself. But you can tell it to create a folder for the component
itself, which would remove this collision.
The exact load variant you use depend on how you are doing the
loading
(e.g., Eclipse GUI, Visual Studio GUI, RTC command line, RTC build
definition).
Cheers,
Geoff
On 7/8/2011 2:23 PM, mehulnp wrote:
I have one stream x_main and 2 compononents comp_src&
comp_lib
component has below dir structure.
comp_src/buildscripts/build.sh comp_lib/buildscripts/build.sh
when i create a workspace it shows "Name collision" and
does not go to next step.
Why does it give this as the 2 directories (buildscripts) are in
different component.
Thanks