Here is the error message: "This log message was 0 characters long. Minimum limit is 1 characters."
You should add some real message for the Subversion log. Otherwise it remains empty string after scmbug-related stuff is removed. svn commit -m "bug: 1692 Fixed bug nnn/bug description/whatever - i.e. some description of the relevant change. status 1692: RESOLVED FIXED" (In your glue conf you can define the minimum allowed message length). On Thu, Sep 2, 2010 at 19:11, fida aljounaidi <[email protected]>wrote: > hi > > I try to change resolution of the bug directly from scmbug > > So iexecuted this command: > > svn commit -m "status 1692: resolved fixed ". Is it correct? > > My commit was not successful. > this is what i get as error message > > svn: Commit blocked by pre-commit hook (exit code 14) with output: > Scmbug notice: --------------------------------------------------------- > Scmbug INFO> Glue.pm:110:Scmbug::Glue::Glue::process - Read configuration > file '/svn/new-scmbug/hooks/etc/scmbug/glue.conf' > Scmbug DEBUG> Glue.pm:111:Scmbug::Glue::Glue::process - Arguments are$VAR1 > = 'activity_verify'; > $VAR2 = '/svn/new-scmbug'; > $VAR3 = '30-1v'; > > Scmbug INFO> Glue.pm:207:Scmbug::Glue::Glue::check_configuration - Checking > configuration > Scmbug INFO> Subversion.pm:100:Scmbug::Glue::Subversion::detect_version - > Detected Subversion version 1.6.1 > Scmbug notice: Preparing for VERIFICATION > Scmbug INFO> > Subversion.pm:199:Scmbug::Glue::Subversion::prepare_activity_verify_or_commit > - Calling 'svnlook info' to collect activity information > Scmbug INFO> > Subversion.pm:215:Scmbug::Glue::Subversion::prepare_activity_verify_or_commit > - Reading the log message > Scmbug INFO> > Subversion.pm:236:Scmbug::Glue::Subversion::prepare_activity_verify_or_commit > - This is a commit activity, and we must find the new version number using > transaction number '30-1v' > Scmbug INFO> > Subversion.pm:237:Scmbug::Glue::Subversion::prepare_activity_verify_or_commit > - Calling 'svnlook youngest' to find the current repository revision > Scmbug INFO> > Subversion.pm:249:Scmbug::Glue::Subversion::prepare_activity_verify_or_commit > - Calling 'svnlook changed' to find the list of affected files > Scmbug DEBUG> > Subversion.pm:261:Scmbug::Glue::Subversion::prepare_activity_verify_or_commit > - Found file_state 'U' for file_name '/branches/new-scmbug/test2' > Scmbug DEBUG> Activity.pm:205:Scmbug::Activity::prepare_product_name - Will > consider the special case of '(.*)' for the product name. > Scmbug DEBUG> Activity.pm:215:Scmbug::Activity::prepare_product_name - Must > autodetect the product name. > Scmbug DEBUG> Activity.pm:227:Scmbug::Activity::prepare_product_name - > Autodetecting product name based on filename '/branches/new-scmbug/test2'. > Scmbug DEBUG> Activity.pm:272:Scmbug::Activity::autodetect_product_name - > Product name autodetection evaluation string is '$product_name =~ > s/BO\/branches\/(.+?)\/.*/$1/;'. > Scmbug DEBUG> Activity.pm:292:Scmbug::Activity::autodetect_product_name - > Autodetected the product name 'new-scmbug'. > Scmbug INFO> > Subversion.pm:414:Scmbug::Glue::Subversion::is_labeling_operation - > Identifying a labeling operation for '/branches/new-scmbug/test2'. > Scmbug DEBUG> > Subversion.pm:505:Scmbug::Glue::Subversion::is_labeling_operation - The file > '/branches/new-scmbug/test2' was copied in a user-supplied labeling > directory, the product name is before the labeling directory. > Scmbug DEBUG> > Subversion.pm:533:Scmbug::Glue::Subversion::is_labeling_operation - This > isn't a labeling operation. It's a commit after a labeling directory, after > a product directory. > Scmbug DEBUG> > Subversion.pm:541:Scmbug::Glue::Subversion::is_labeling_operation - Found no > label_name. > Scmbug DEBUG> SCM.pm:319:Scmbug::Glue::SCM::prepare_final_log_message - The > original log message was 'status 1692: resolved fixed the bug is resolved > fixed > ' > Scmbug DEBUG> SCM.pm:321:Scmbug::Glue::SCM::prepare_final_log_message - > presence_of_bug_ids is 'optional'. > Scmbug INFO> SCM.pm:329:Scmbug::Glue::SCM::prepare_final_log_message - > Searching for resolution bug ids > Scmbug DEBUG> SCM.pm:354:Scmbug::Glue::SCM::prepare_final_log_message - > Found a status description for bug 1692 > Scmbug DEBUG> SCM.pm:548:Scmbug::Glue::SCM::resolution_status_convert - > Converting in the resolution status '_' to ' ' > Scmbug DEBUG> SCM.pm:550:Scmbug::Glue::SCM::resolution_status_convert - > Converted 'resolved ' to 'resolved' > Scmbug DEBUG> SCM.pm:548:Scmbug::Glue::SCM::resolution_status_convert - > Converting in the resolution status '_' to ' ' > Scmbug DEBUG> SCM.pm:550:Scmbug::Glue::SCM::resolution_status_convert - > Converted 'fixed ' to 'fixed' > Scmbug DEBUG> SCM.pm:548:Scmbug::Glue::SCM::resolution_status_convert - > Converting in the resolution status '_' to ' ' > Scmbug DEBUG> SCM.pm:550:Scmbug::Glue::SCM::resolution_status_convert - > Converted 'the ' to 'the' > Scmbug DEBUG> SCM.pm:373:Scmbug::Glue::SCM::prepare_final_log_message - > Found status: 'resolved' > Scmbug DEBUG> SCM.pm:374:Scmbug::Glue::SCM::prepare_final_log_message - > Found resolution: 'fixed' > Scmbug DEBUG> SCM.pm:375:Scmbug::Glue::SCM::prepare_final_log_message - > Found resolution_data: 'the' > Scmbug INFO> SCM.pm:458:Scmbug::Glue::SCM::prepare_final_log_message - > Searching for log bug ids > Scmbug DEBUG> SCM.pm:493:Scmbug::Glue::SCM::prepare_final_log_message - The > log message with the resolution removed is '' > Scmbug DEBUG> SCM.pm:520:Scmbug::Glue::SCM::prepare_final_log_message - The > new modified log message is '' > Scmbug INFO> Glue.pm:126:Scmbug::Glue::Glue::process - Detecting the branch > name > Scmbug DEBUG> > Subversion.pm:594:Scmbug::Glue::Subversion::detect_branch_name - Detecting > branch name for file '/branches/new-scmbug/test2'. > Scmbug DEBUG> > Subversion.pm:681:Scmbug::Glue::Subversion::detect_branch_name - The branch > name detected was '/branches/new-scmbug'. > Scmbug INFO> Glue.pm:454:Scmbug::Glue::Glue::check_policies - Checking the > policies > Scmbug ERROR> Glue.pm:507:Scmbug::Glue::Glue::check_policies - > ******************************************* > ** > ** > ** Scmbug error 14: This log message was 0 characters long. Minimum limit > is 1 characters. > ** > ** > ******************************************* > > What can be the error? > > _______________________________________________ > scmbug-users mailing list > [email protected] > http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users > >
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
