is there a clearfsimport feature for RTC
Accepted answer
Hi Tony, if you create an empty project in Eclipse, you can then use File > Import > General > File System you can point to that directory structure and import that into the eclipse project you just made. You can then share that into your Jazz repository.
Comments
Josh, Thank you again for the quick answer. In my case I will making updates to an existing project. I wanted to know if I can do this through a comand line interface.
Hi Tony, you can use scm checkin to commit a new directory structure to a project that has been shared to Jazz. For example I put a directory called OpenSSL-Win64 into a component and it checks in everything in that directory.
D:\rtcinstalls\RTC-Client-Win-3.0.1.5\jazz\scmtools\eclipse>scm checkin JKEBusinessData\OpenSSL-Win64
Committing...
Workspace: (1057) "JCBRM" <-> (1041) "BRM Stream"
Component: (1043) "Banking Logic" <-> (1041) "BRM Stream"
Outgoing:
Change sets:
(1069) *--@ <No comment>
Changes:
--a-- \JKEBusinessData\OpenSSL-Win64\
--a-- \JKEBusinessData\OpenSSL-Win64\bin\
--a-- \JKEBusinessData\OpenSSL-Win64\bin\4758
Josh; thank you for the information. This is helpful, and I will try this once I get access. In my case I will not have access to the jazz team server. This may be a limitation of my access level.