Working with CVS

See Also

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

Number one
Set Up VCS

Number one
Check Out Sources

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

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

Number one
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 CVS repository revisions.

Number three
Diff File Revisions

Number three
Commit Sources

  • Commit local changes to files into the repository.
See Also
About CVS
Using CVS with the IDE
CVS Tasks: Quick Reference

Legal Notices