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
Check Out Sources

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

Number Four
Build
  • Compile sources to ensure that local versions of files contain the appropriate changes prior to committing them to the Subversion repository.

Number Five
Edit Sources
  • Make changes to local copies of versioned files.
  • Merge changes in repository revisions with the local copy of a file.
  • Resolve Conflicts between local versions of files with changes committed to Subversion repository revisions.

Number Six
Diff File Revisions

Number Seven
Commit Sources

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

Legal Notices