How to load source code from file system to RTC source code initially?
We want to bring in the MS VS.NET source code currently residing on a file system into RTC source control.
What is the right procedure?
|
Accepted answer
I used the following steps:
1. Create the stream and components under the project area.
2. Create a repository workspace.
3. Right click on repository workspace --> Load the repository workspace --> Browse the components to select the folders to be loaded --> Select the components by checking the required ones --> In Advanced Options select 'Load the selected folders but do not create Eclipse projects' --> Finish.
4. Then I browse to the workspace directory on the file system, go to the component folder and copy the source code.
5. Refresh sandbox and repository workspace, checkin all for the Unresolved folder.
6. Then deliver from the repository workspace to the stream.
Then the rest of the team can start using this code by accepting changes.
Ralph Schoon selected this answer as the correct answer
|
2 other answers
|
1. Import the Project into RTC
2. Right Click the Project --> Team --> Share Project
3. Select the component & Finish
4. Deliver the Changes into the Stream
Thats it.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.