Hi,
My first ever Drupal module is at http://drupal.org/project/uc_addresses. I think I screwed up the releases and I would like to get them as close to "Drupal-standard form" as possible.
First, I created a branch for Drupal 5. I then created the developer release. When it asked me for the CVS identifier, I picked the Drupal 5 branch. After all, I should be able to create a developer build for the Drupal 5 and a separate one for Drupal 6, so I figured I needed to tell the system which branch to use. I entered major release 1, patch-level x, and extra identifier "dev".
I then dropped a tag for an RC1 release and created the corresponding rc1 release.
I assumed that the developer release was automatically rebuilt any time the head of the corresponding branch changed. Eventually, I discovered that the developer release hasn't been rebuilt since I first created it. I can't delete this release, nor can I re-assign it to HEAD, nor do I know how to force a rebuild.
So, masters of CVS, what should I do so that the developer release always contains the latest code for the Drupal 5 branch of my module?