Hello, today I encountered another problem with Scmbug and our CVS repository. Although I have disabled the product name verification (policies=>valid_product_name=0 and also policies=>resolution_template=>resolution_valid_product_name=0 in glue.conf), when I try to issue a command to remove a branch I get the following error from Scmbug:
Scmbug ERROR> Connection.pm:370:Scmbug::Connection::submit_request - ******************************************* ** ** ** Scmbug error 7: Tag 'MY_TAG_NAME' could not be deleted from product 'PRODUCT_NAME' because no product with this name exists. ** ** ******************************************* Please note that PRODUCT_NAME has been fixed in the glue.conf by convention, because file paths in our SCM are not related to products in Bugzilla. Moreover, I don't know how Scmbug could determine the correct product name, since there's no comment log in this case and so no bug id reference. The commands that give this problem are either: cvs rtag -d -B MY_TAG_NAME repository_path/to/my_file or: cvs tag -d -B MY_TAG_NAME my_file How can I fix this problem? Thanks in advance. -- Mauro Molinari Software Designer & Developer E-mail: [email protected] _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
