Setting a component's remote path
When I right click on an eclipse project that is also a component and do properties->Jazz Source Control, I see a property called "Remote Path." I've searched around but I have not found a way to set this property, and unfortunately it's causing a conflict when we build our release.
Is there any way to set the remote path? I could probably fix the issue by creating an additional folder under the root directory, but I'd prefer to change the remote path if possible.
I am on RTC 2.0.0.2.
Thanks in advance.
-Aaron
Is there any way to set the remote path? I could probably fix the issue by creating an additional folder under the root directory, but I'd prefer to change the remote path if possible.
I am on RTC 2.0.0.2.
Thanks in advance.
-Aaron
One answer
The "remote path" to a file/directory is the path in the RTC SCM
repository relative to the root of its component. If it is not an
immediate child of the component root, then you would use the standard
Eclipse move/rename operations, and then checkin to commit those changes
to the repository. If it is an immediate child of the component root,
then you would use the "Team -> Move/Rename in repository" operation to
change its remote name.
Cheers,
Geoff
On 6/18/2010 9:08 AM, akshook wrote:
repository relative to the root of its component. If it is not an
immediate child of the component root, then you would use the standard
Eclipse move/rename operations, and then checkin to commit those changes
to the repository. If it is an immediate child of the component root,
then you would use the "Team -> Move/Rename in repository" operation to
change its remote name.
Cheers,
Geoff
On 6/18/2010 9:08 AM, akshook wrote:
When I right click on an eclipse project that is also a component and
do properties->Jazz Source Control, I see a property called
"Remote Path." I've searched around but I have not found a
way to set this property, and unfortunately it's causing a conflict
when we build our release.
Is there any way to set the remote path? I could probably fix the
issue by creating an additional folder under the root directory, but
I'd prefer to change the remote path if possible.
I am on RTC 2.0.0.2.
Thanks in advance.
-Aaron