How to load source code from file system to RTC source code initially?
![](http://jazz.net/_images/myphoto/27f983610940e6608ef40306a1fd55e4.jpg)
Accepted answer
![](http://jazz.net/_images/myphoto/27f983610940e6608ef40306a1fd55e4.jpg)
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.