If you look at a commit like http://drupal.org/cvs?commit=302706, it thinks the commit is to Administration Theme (cvs path: /modules/admin_theme/) when actually it's to admin module - /modules/admin/(theme/). I think it's confused about the difference between admin/theme and admin_theme

Comments

berdir’s picture

Yeah, same here, see http://drupal.org/project/cvs/735184. The commits I made are against a views folder in privatemsg, I haven't commited anything against the privatemsg_views project.

crea’s picture

damien tournoud’s picture

See http://drupal.org/node/741612#comment-2715914 for a description of what needs to be done. The current (faulty) code is in xcvs_init(), and should be replaced by xcvs_db_get_drupal_project_nid().

dww’s picture