Child pages
  • SVN - Update
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Updating from the Repository
In this exercise, you will update your local copy with changes incoming from the repository. Again we are emulating a multi-developer scenario by using two workspaces. The first developer has shared the project and the second developer has checked it out and committed new changes. Now it's time to play the role of the first developer and update those incoming changes.

  1. Switch workspaces again to the workspace that you started with. Notice that the changes that you just made are not reflected. That is because they exist in the repository, but not your local copy.
  2. Right-click the active solution node and from the contextual popup menu, select Team > Update to HEAD. It should take a moment to download the changes and update the local copy. Once completed, you should now see your changes reflected locally.

  • No labels