• cvs checkout -r TAGNAME MODULENAME
  • allows historical analysis...but what if you want to make changes?
  • now you need to create a branch
  • cvs tag -b BRANCHNAME
  • like tagging, but changes won't appear in main development line unless merged.
  • merging is beyond the scope of this class
  • NEXT
    PREVIOUS
    Master Index