Mass Jazz source control download ?
![]()
Hi everyone,
we have an RTC instance with quite many project areas. I would like to ask if there is "EASY" way how to get all the sources codes from all the projects areas. I can go one by one but that would take forever.... Thanks, Zbynek |
Accepted answer
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Jun 20 '13, 2:34 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Source code doesn't live in project areas ... it lives in components. In addition, source code can exist in multiple parallel streams, so you need to specify what stream you want to download. So to download all of the source code from the repository, create a stream that contains all of the components in the repository, create a repository workspace on that stream, and load the repository workspace into your sandbox of choice.
Zbynek Vavros selected this answer as the correct answer
Comments Hello,
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
In the "component form another repository workspace or stream", you should be able to select any stream that you are allowed to read (i.e. that belong to project/team areas that you are a member of). Are you a member of those project areas? Or if not, can you log on to RTC as someone that is a member?
Did what you said and works just fine.
|