Next

Tagging

Checked in versions may be tagged as a specific release:

cvs tag library_v0_2 files

Used to mark a specific tested version so it can be retrieved again even after new versions have been checked in:

cvs update -r library_v0_2

We're not using tags much today, but probably will in the future.