When I try to delete a branch (branches/CoreBreakout), I get the
following error from scmbug.

Error: Scmbug notice: Request submission was denied
Error: Scmbug ERROR> Connection.pm:370:Scmbug::Connection::submit_request -
Error: Scmbug ERROR> Connection.pm:370:Scmbug::Connection::submit_request -
Error: *******************************************
Error: **
Error: ** Scmbug error 7: Tag 'CoreBreakout' could not be deleted from
product 'LT'
Error: because no product with this name exists.
Error: **
Error: *******************************************


In glue.conf located in the svn hooks directory, I have disabled the
need for a valid product name:

# The bug against which an activity is issued must be filed
        # against a valid product name.
        valid_product_name => {
            enabled => 0
            },


I can make normal commits and have deleted files before with no
problem.  Does this have something to do with:

# This applies only to Subversion. It is recommended that tags
        # are stored in the 'tags' directory, and branches in the
        # 'branches' directory.
        label_directories => [
                              'tags',
                              'branches'
                              ],


Thank you,
Brian
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to