Instructions were given explaining how to create a project and commit it to the repository. First a repository location was specified. Next the project was shared with that location and the HEAD branch. Then the project was synchronized to open the Synchronize view. Finally the resources were committed using the Synchronize view.
The repository currently contains the project and the three files that were committed (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. This section will demonstrate how two people can work on the same project and simultaneously commit changes to the repository. Specifically, the following actions will be taken:
incoming | Changes that are in the repository, which you have not yet updated to. |
outgoing | Changes that you are committing. |
conflict | Both you and the repository have modifications to the same resource. |