Here is a quote from the How to check out via CVS:<br><a href="http://drupal.org/node/320">http://drupal.org/node/320</a><br><br><strong>Checkout a specific Drupal version:</strong><br>
<div class="codeblock"><code>$ cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal co -r DRUPAL-5-5 drupal<br><br>I believe what should be written is:<br><br></code><strong>Checkout a specific Drupal version:</strong><br>
<div class="codeblock"><code>$ cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal co -r DRUPAL-5 drupal</code></div><br></div>The way it is written in the handbook makes it pointless to use cvs in the first place because the cvs up command won't do anything. It simply looks for any changes to Drupal 5-3. But there won't ever be any changes to Drupal 5-3. It's done. So it's just like installing a tarred version of 5.3 except it has a bunch of useless CVS metadata folders in it.<br>
<br>Maybe also the description needs to change a little, because technically it does do what it says, there is just no point. <br><br>There is a huge value in checking it out the way I propose fixing it, because it makes point upgrades really easy.<br>
<br>I am a newbie to CVS so I didn't feel comfortable fixing it without consulting someone.<br><br>Shai<br><br><br>