Hi Andrew, Please send all communication to the mailing list.
You are getting a log message error because you did not specify a log message. You specified a resolution for the bug, but not a log message. You should have instead issued something like: $ svn commit test.file -m "bug 166: Fixed problem A in the client API and extended the logging mechanism.\nstatus 166: fixed" I don't know if "\n" is really a newline in the subversion message, but the point is that you do need to add a log message for "bug 166: some comment here". I hope this helps. Kristis On Sun, 2007-09-30 at 02:39 +0100, Andrew Sykes wrote: > Hi, > > Can someone help. > > Scmbug seems to be working fine, but resolutions just don't work. > > I'm using the default regexs, svn and mantis but keep getting a log > message error - not a resolve error. > > See below... > > andrew$ svn commit test.file -m "status 166: fixed" > Deleting test.file > subversion/libsvn_client/commit.c:873: (apr_err=165001) > svn: Commit failed (details follow): > subversion/libsvn_ra_dav/util.c:826: (apr_err=165001) > svn: MERGE request failed on '/subversion/my_project/trunk/test' > subversion/libsvn_ra_dav/util.c:389: (apr_err=165001) > svn: 'pre-commit' hook failed with error output: > Scmbug notice: --------------------------------------------------------- > Scmbug notice: Reading configuration > Scmbug notice: Checking configuration > Scmbug notice: The following tools were found in multiple paths: > svn in /usr/local/bin /usr/bin > svnlook in /usr/local/bin /usr/bin > The one from the first path was used. > Scmbug notice: Preparing for verification > processing resolution id 166 > > ******************************************* > ** > ** > ** Scmbug error 3: No list of bug ids was found that matches the > log_bugid_regex 'bug\s*([\d|\s|,|#]*?):' and log_bugid_split_regex ', > \s?#|\s?#|,|\s+' in the log message ''. > ** > ** > ******************************************* > > Why is scmbug complaining about log_bugid_regex ? The log message > looks like it should pass through resolution_bugid_regex. > > If I commit a log message - i.e. prefixed with "bug" all is well. > > Can anyone help? > > Thanks in advance. > > - Andrew
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
