RTC SCM: How to keep files outside of current Eclipse workspace and at the same time have them monitored by SCM?
I'm trying to find a way to do this. I don't want to copy the files into Eclipse worksapce because I need the files in their current location to be picked up by my automated program.
Thank you!
|
Accepted answer
an eclipse project can point to anywhere on the filesystem.
just don't take the defaults when u create the project
and then Team ->Share Project like always
I track changes to our jazzmon scripts, process templates, LCP project templates
like this
Clement Liu selected this answer as the correct answer
|
One other answer
Hi,
you can either track it with an Eclipse project outside the regular workspace location or you can track it at the location you want even without using an Eclipse project. You would still use the Pending Changes view of your Eclipse client --> refresh remote and sandboxes to pick up changes and SCM control anything happening in that space. Please cp. the jazz article on loading. If this answers your question please mark it as accepted. Arne |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.