I just installed drupal from cvs for the first time, to simplify future upgrades. When checking out all the modules I use, all of them worked, except for user_delete. It failed to fetch any files. I did this:

cvs checkout -d modules/user_delete -r DRUPAL-5 contributions/modules/user_delete

I changed it to this, and it worked:

cvs checkout -d modules/user_delete contributions/modules/user_delete

This is because user_delete isn't tagged DRUPAL-5 in cvs. Unless I misunderstood something, it should be.

Thanks
Matthew

Comments

sanduhrs’s picture

Assigned: Unassigned » sanduhrs
Status: Active » Fixed

done.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.