How to export source code from scm to local with batch or perl file?
![]()
Sang Mai (11●1)
| asked Apr 21 '17, 4:45 a.m.
edited Apr 21 '17, 6:06 a.m. by Ralph Schoon (61.8k●3●36●43) Hello
|
3 answers
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Apr 21 '17, 6:13 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Comments You should also look into the RTC Build System Toolkit and/or the Jenkins integration for the build part. There is automation in lace that would allow you to load a repository workspace or stream to do the build without the need to code anything or create scripting. |
![]() Ralph's suggestion is the better one, but I don't see why you would need to export. The files should be on your workstation in your sandbox, presuming you are using the RTC Eclipse client. You might need to reload it or create a new workspace.
|
![]() Thanks for your answer
Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You should consider looking into RTC SCM and play around with it a bit. What you describe above can easily be achieved by using repository workspaces, streams and components - which you would also use if using the RTC SCM command line. How you organize your projects into components is up to you. If you load a repository workspace usually all components are loaded. You have to make an effort not to. You can use hierarchical components to make clear the library is needed. |