How to create a stream from a snapshot programatically?
hello team
I am trying to create a new Stream using snapshot. The following code executes without any error. It created the stream but there is no component or snapshot associated with the stream.
part of the code snippet:
stream = manager.createStream(project, streamName, description, monitor);
stream.addBaselineSet(ibaselineset, monitor);
Any help is appreciated.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER May 30 '17, 10:09 a.m.See the original question https://jazz.net/forum/questions/239861/how-to-create-repository-workspace-from-snapshot