several modules which were not branched, but tagged (click, indexpage, views). Please pay attention not to forget the -b parameter when tagging (if you use a GUI, use the 'branch' and not 'tag' command). It is a huge hassle to fix this error, especially on a multi-directory beast like views.
Click is mine, and indexpage was ported to 4.7 by me. I tried to move the tag, delete the tag, but nothing worked. e.g. for click: $ cvs tag -d DRUPAL-4-7 cvs tag: Untagging . cvs tag: Not removing branch tag `DRUPAL-4-7' from `/cvs/drupal-contrib/contributions/modules/click/README.txt,v'. cvs tag: Not removing branch tag `DRUPAL-4-7' from `/cvs/drupal-contrib/contributions/modules/click/click.module,v'. cvs tag: Not removing branch tag `DRUPAL-4-7' from `/cvs/drupal-contrib/contributions/modules/click/click.mysql,v'. $ cvs tag -dF DRUPAL-4-7 cvs tag: Untagging . cvs tag: Not removing branch tag `DRUPAL-4-7' from `/cvs/drupal-contrib/contributions/modules/click/README.txt,v'. cvs tag: Not removing branch tag `DRUPAL-4-7' from `/cvs/drupal-contrib/contributions/modules/click/click.module,v'. cvs tag: Not removing branch tag `DRUPAL-4-7' from `/cvs/drupal-contrib/contributions/modules/click/click.mysql,v'. $ cvs tag -bF DRUPAL-4-7 cvs tag: Tagging . cvs tag: README.txt: Not moving branch tag `DRUPAL-4-7' from 1.1.2.2 to 1.1.0.4. cvs tag: click.module: Not moving branch tag `DRUPAL-4-7' from 1.3.2.2 to 1.4.0.2. cvs tag: click.mysql: Not moving branch tag `DRUPAL-4-7' from 1.2.2.2 to 1.2.0.4. What can we do?