Updating Files in a Local Working Directory (Subversion)

See Also

Updating files or folders enables you to incorporate any changes that other developers have committed to the repository since your previous checkout or update.

To update a local version of a file or folder:

Updating Projects with Dependencies

If you are working on a project for which there are other required projects, you can update both the main project and all dependent projects using the IDE's Update with Dependencies command.

To update an entire project and all dependent projects:

  1. Right-click the project node in the Projects window.
  2. Choose Subversion > Update With Dependencies. The IDE incorporates any changes existing in the repository version of all of the projects with your local working copy.
See Also
Committing Local Changes to a Subversion Repository
Comparing File Revisions in Subversion
Creating Dependencies Between Projects

Legal Notices