is there any command in SCM CLI to downlaod code directly from stream?
One answer
Comments
This is correct. It's a general concept that a stream cannot be loaded and there's no way to download content.
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/157022 - This enhancement is probably something you could use. If you want something with the CLI, you'll have to open another enhancement.
@Henning, its not about the partial workspace download. we are using some external scripts to create the builds..when we load the code form workspace, it gives us the latest code in workspace, not in stream. so to overcome this thing, first we have to open the rtc client and accept all the changes..and then we run the script..
The CLI might not let you download directly from the stream, but it does let you accept changes into a repository workspace (pic.dhe.ibm.com/infocenter/clmhelp/v4r0/topic/com.ibm.team.scm.doc/topics/accept.html).
Could you put the 'scm accept' into your script, prior to the load, to avoid the manual acceptance via the Eclipse client?
yes this is what we did