Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A step by step guide to using CVS' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A step by step guide to using CVS
Authored by: kps on Dec 21, '03 01:29:31PM
Yes, CVS version numbers are per file – use cvs tag for project versions – but it records the time of each commit operation, so you can indeed extract the state at a given time, e.g. cvs checkout -D date project

[ Reply to This | # ]