I would like to know the latest cvs tag name of my project,
Is "tag" the same thing with "version"? If yes, how can I know which is the most recent tag in my project?
I do the following to check out the latest version of my project:
cvs co -d new_version my_project
So, which tag does above check out?