12 Apr
2005
12 Apr
'05
3:45 a.m.
Syscrusher wrote:
Apparently, I've thoroughly borked this, because I now can't get the files to show up in a 4.6 checkout, but can't get CVS to remove them so I can start over.
Hmm, I see how it is and can imagine sort of how it got there. The revision you tagged with DRUPAL-4-6 no longer exists. I'm guessing that's because you removed it. For exmaple, in hof.module, the DRUPAL-4-6 tag is on the 1.1.0.2 revision, but the only revisions that seem to exist are: 1.2, 1.2, 1.1.2.2, and 1.1.2.1. So checking out DRUPAL-4-6 gets nothing for that file. Probably the same for the others. You might be able to fix this by forcibly deleting the tags (cvs tag -d DRUPAL-4-6) and then rebranching/tagging the files. ..chris