is there any command in SCM CLI to downlaod code directly from stream?
![]()
Qaiser Islam (312●7●65●71)
| asked Jan 30 '13, 6:28 a.m.
retagged Feb 01 '13, 1:07 p.m. by Stephanie Taylor (241●1●5)
is there any command in SCM CLI to downlaod code directly from stream? i believe SCM load only works with repository workspace
|
One answer
![]()
I think you are right. There is no way of directly accessing the stream from CLI. You have to have a repository workspace, but you can download with the CLI only those parts that you are interested in, if you are afraid of downloading the complete workspace.
Comments This is correct. It's a general concept that a stream cannot be loaded and there's no way to download content.
@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).
yes this is what we did |