I'm using drush, which supposedly can be used instead of a cvs program to checkout from the drupal repository.
All tutorials I've found don't mention drush, instead they start with cvs.
cvs -z6 -d:pserver:anonymous:[email protected]:/cvs/drupal checkout -d cms -r DRUPAL-6 drupal
- How do I change this command so it's compatible with drush?
- and do I still need a CVS software? Since I'm not checking out with CVS, I'm guessing I don't anymore. I'd rather not install a CVS program on my windows machine since I don't use it version control.