Hello. I've ran into problem with scmbug 0.26.17, Bugzilla 3.6, Subversion and branching. When I try create new branch in Subversion with automatic branching enabled. I try: svn copy -m "bug 3514: test branch" https://localhost/svn/repos/test01/demoCA https://localhost/svn/repos/test01/branches/Z_RELEASE_0-0-005 and I get: 2010/05/04 09:36:31 Scmbug DEBUG> Integration.pm:278:Scmbug::Daemon::Integration::process_activity_tag - 127.0.0.1:37956 The tag 'Z_RELEASE_0-0-005' does not exist for product 'TestProduct'. Will add it. 2010/05/04 09:36:31 Scmbug ERROR> Bugzilla.pm:1170:Scmbug::Daemon::Bugzilla::integration_add_tag - Undefined subroutine &Bugzilla::Version::create called at /usr/share/scmbug/lib/Scmbug/Daemon/Bugzilla.pm line 1170. If I change line 1170 in Daemon/Bugzilla.pm my $version = Bugzilla::Version::create( $tag_name, $product ); to (from Bugzilla 3.6 Bugzilla/Version.pm) my $version = Bugzilla::Version->create( { name => $tag_name, product => $product } ); I get error: 2010/05/04 09:35:54 Scmbug DEBUG> Integration.pm:278:Scmbug::Daemon::Integration::process_activity_tag - 127.0.0.1:37945 The tag 'Z_RELEASE_0-0-005' does not exist for product 'TestProduct'. Will add it. 2010/05/04 09:35:54 Scmbug ERROR> Error.pm:102:Bugzilla::Error::_throw_error - You are not allowed to edit properties of product 'TestProduct'. I haven't found where scmbug "authenticates" with BZ when branching.
-- Michal Kašpar _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
