Re: CVS: versioning and branching
Steven Armstrong <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.devel |
|---|---|
| Message-ID | <[email protected]> |
Done! The commands used are (assuming you have CVSROOT set): To tag a version: (naming conventions from [1]) cvs tag "/pyblosxom/release-1_2" "/pyblosxom" To checkout a specific version: cvs co -r "release-1_2" To update/downgrade to a specific version: cvs update -r "release-1_2" -d -P "/pyblosxom" If you omit the -r "version" flag the cvs client defaults to HEAD, which is the same as using -r "HEAD". As of my understanding you basically do what you usually do but append -r "version" to your command. hth cheers Steven [1] http://smb.slac.stanford.edu/public/research/developments/blu-ice/dcsAdmin4_1/node153.html ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click