On Jun 29, 2005, at 7:19 PM, James Britt wrote: > What would be the best CVS command for getting the most recent > version of 1.8 for rebuilding rdoc files? I want to automate a > fetch and rdoc-generation build process so that ruby-doc.org can > show the most current docs applicable to the current release. Assuming you have a 1.8 checkout already, a simple 'cvs up' will suffice. If you want to check out a virgin checkout each time then do 'cvs co -rruby_1_8 ruby'. However, that tag is for the current 1.8 branch, not the current 1.8 _release_. If you want that, then you should use a more specific tag. But generally the files don't change once they get tagged with a release tag.