Working with Subversion

See Also

The following table outlines the basic workflow when working with Subversion in the IDE.

Number One
Set Up Subversion

Number Two
Synchronize local files with repository
  • Check out files from a repository.
  • Import your project into a Subversion repository.

Number Three
Edit Sources
  • Make changes to local copies of versioned files.
  • Diff file revisions between repository versions and your local working copies.
  • Merge changes in repository revisions with the local copies.

Number Four
Update Local Versions
  • Update local versions of files with changes committed to the Subversion repository.

Number Five
Resolve Conflicts
  • Resolve conflicts between local versions of files with changes committed to Subversion repository revisions.

Number Six
Commit Sources
  • Commit local changes to files into the repository.
See Also
About the IDE's Subversion Support
Subversion Tasks: Quick Reference

Legal Notices