It's all about the answers!

Ask a question

RTC SCM: How to keep files outside of current Eclipse workspace and at the same time have them monitored by SCM?


Clement Liu (1.5k54249) | asked Apr 07 '14, 11:48 a.m.
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


permanent link
sam detweiler (12.5k6195201) | answered Apr 07 '14, 1:19 p.m.
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



permanent link
Arne Bister (2.6k12832) | answered Apr 07 '14, 2:54 p.m.
JAZZ DEVELOPER
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

Comments
Clement Liu commented Apr 07 '14, 4:10 p.m.

Thank you, Arne. Your answer also helped.  

Your answer


Register or to post your answer.