It's all about the answers!

Ask a question

is there a way to create a directory in repository workspace without a sandbox ?


Jonathan Gafner (113) | asked Mar 20 '16, 2:28 a.m.
edited Mar 20 '16, 11:32 a.m.
 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



permanent link
Geoffrey Clemm (30.1k33035) | 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).

permanent link
Ralph Schoon (62.7k33643) | 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.

Comments
Ralph Schoon commented Mar 21 '16, 3:31 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Jonathan Gafner commented Mar 28 '16, 6:18 a.m. | edited Mar 29 '16, 1:32 a.m.

 thanks

Your answer


Register or to post your answer.