How to break up software into Components
I am trying to break up my .net project, which includes several solution files and project files, into multiple components under one stream. It is my opinion that this would make automatic builds and deploys much easier. My only question now is how?
I already had one of my RTC administrators create the components and they are in the correct stream. I just have to move some of the projects out of the one component it is in and into the others.
What are the steps that I have to do to complete that?
One answer
Hi Derek,
If you move a solution to another component, you can follow the procedure https://jazz.net/help-dev/clm/topic/com.ibm.team.concert.dotnet.doc/topics/t_mov_solu_to_comp_.html
If you need to move projects or folders of a solution, you can follow https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.concert.dotnet.doc/topics/t_move_file_folder.html
In addition, you can refer to article https://jazz.net/library/article/582 about the Sandbox Explorer in RTC for VS client.