- • Billy Ray creates a branch and commits changes to it
- • Lewis checks out that branch:
- • cvs checkout -r our-shared-branch
- • Lewis commits changes to the branch
- • Billy Ray updates her checked out copy with cvs update
- • Billy Ray makes more changes and commits them
- • Lewis updates his checked out copy with cvs update
- • Lewis makes more changes and commits them
- • ... repeat as desired