We have seen how to create a project and release it to the HEAD stream. We first specified our repository location. Next we synchronized our project and selected a repository, and the HEAD stream. Finally we released the resources using the Synchronize view.
The repository currently contains our project and the three files that we released (file1.txt, file2.txt and file3.txt).
It's time to find that coworker (let's call him Fred) to work through some steps with you. In this section we will learn how two people can work on the same project and simultaneously release changes to the shared stream (typically HEAD). Specifically we will do the following:
incoming |
Changes that are in the stream, which you have not yet caught up to. |
outgoing |
Changes that you are releasing. |
conflict | Both you and the stream have modifications to the same resource. |