I have read several articles and how-tos that say it is a good idea to use CVS to download and maintain Drupal core and contributed modules. I am not going to be doing any development work to contribute to Drupal so, I don't have any need to commit changes to the repositories.
So, my question is this: Is it worth the effort to use CVS to download and update Drupal?
I have been trying to use it but I continually have to work through version issues, and apparent errors while attempting to get various modules. For example, when I use CVS to attempt a download of ImageField, the command line reports these lines of output:
cvs checkout: Updating ImageField
cvs checkout: Updating ImageField/po
cvs checkout: Updating ImageField/tests
cvs checkout: Updating ImageField/translations
but, nothing is downloaded to my directory.
[I have verified that I was in the correct directory when I ran cvs, and I have verified that there aren't any ImageField files on my machine]
Here is the CVS command I used:
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -r DRUPAL-6--1 -d ImageField contributions/modules/imagefield
I need to figure out this particular issue but, my bigger question is "Is it worth it to deal with CVS or, should I just download files and put them in the correct location, and move on with it..."