get streamname using scm.exe
I am currently rewriting our automated build environment to use RTC instead of ClearCase. In Clearcase you can retrieve metadata about the view you are in using cleartool e.g. "cleartool lsstream" to get the streamname. I am trying to do the same from an RTC sandbox but apparently the scm.exe tool does not offer the same functionality. I am sure the metadata is there somewhere but how do i get it out?
Accepted answer
In 3.x, you can use "scm list stream -r <repoUri>" to list all the streams owned by the logged-in user. You can specify --contrib option to list streams owned by other users.
This functionality was updated in 4.0, to list all the streams by default. You can also now list streams owned by a project area and/or team area.
This functionality was updated in 4.0, to list all the streams by default. You can also now list streams owned by a project area and/or team area.
Comments
1 vote