is there a way to create a directory in repository workspace without a sandbox ?
Hi
I would like to add some files\folder into the repository without the need to use a sandbox.
Is there a way to that whit the SDK ? SCM?
Thanks
Jonathan
|
2 answers
Geoffrey Clemm (30.1k●3●30●35)
| answered Mar 20 '16, 1:23 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You can use the WebUI to create change sets directly on a stream, without the use of a sandbox.
You then can accept those change sets into a repository workspace, again without the use of a sandbox, unless a merge is required, in which case you would need to use a sandbox (unless you did a deep investigation of the private methods in the SDK). |
Ralph Schoon (63.6k●3●36●46)
| answered Mar 21 '16, 3:30 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
See https://rsjazz.wordpress.com/2013/09/30/delivering-change-sets-and-baselines-to-a-stream-using-the-plain-java-client-libraries/ for how to add all that using the API without even having to load the sandbox.
|
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.