OK, found what the problem was ... my own fault! When I created the
Test Director support I put an incorrect default:
sub integration_delete_tag {
my $self = shift;
my ( $product_name, $tag_name ) = ( @_ );
# NOT IMPLEMENTED by Test Director
return 1;
}
Should be:
sub integration_delete_tag {
my $self = shift;
my ( $product_name, $tag_name ) = ( @_ );
# NOT IMPLEMENTED by Test Director
return 0;
}
Kristis, I have noted Bug 895 - please can you integrate the change next
time you are doing a run?
Thanks
Rob
________________________________
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert Hudson
Sent: 02 July 2007 17:15
To: [email protected]
Subject: [scmbug-users] Error deleting Branch
Please can some-one help me I'm having trouble deleting branches. If I
run the command:
svn delete -m "MR 30560: Remove incorrectly created branch"
..../branches/1769_30560_fix
Then I get the error:
*******************************************
**
**
** Scmbug error 7: Tag '1769_30560_fix' could not be deleted from
product 'none'
**
I have the settings:
product_name_definition => {
type => 'manual',
value => 'none'
},
So was not expecting any check against product.
Please help!
Thanks
Rob
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users