Could someone look at this bug please ? Privatemsg and Privatemsg Views are separate projects yet I see the following:
http://drupal.org/project/cvs/735184
Also Berdir is listed as committer of Privatemsg Views while he's not. http://drupal.org/node/735184/committers
Comments
Comment #1
damien tournoud commentedLooks like a bug in the CVS module.
Comment #2
damien tournoud commentedhttp://drupal.org/cvs?commit=295734 is very interesting:
For some reason,
/modules/privatemsg/views/is matched to Privatemsg Views.Comment #3
damien tournoud commentedOk, it seems that
xcvs-loginfo.phpdoesn't use the same technique to determine the project a file belong to asxcvs-taginfo.php, for some (probably historical) reasons.Correct way (from xcvs_db_get_drupal_project_nid()):
Bad way (from xcvs_init() in xcvs-loginfo.php):
Comment #4
damien tournoud commentedThe LIKE operator has two wildcards: '%', which matches any number of characters and '_', which matches exactly one character. As a consequence:
Comment #5
dww#661008: Confusion between _ and /