On Thu, 2007-03-29 at 19:09 -0700, Yi Ge wrote: > I am using Bugzilla 2.22.2, Svn 1.4.2, and scmbug > 0.19.9 on Linux. > > After installation, I commit one change by using the > following line: > > svn commit -m "bug 1: test" ./web.xml > > I got the following error : > > Sending web.xml > Transmitting file data .svn: Commit failed (details > follow): > svn: 'pre-commit' hook failed with error output: > Scmbug notice: > --------------------------------------------------------- > Scmbug notice: Reading configuration > Scmbug notice: Checking configuration > Scmbug notice: Preparing for verification > svn: Expected version '3' of repository; found version > '5' > svn: Expected version '3' of repository; found version > '5' > svn: Expected version '3' of repository; found version > '5'
This warning worries me. Perhaps svn corrupted the log message, or alterned it in some ways. I'd recommend you find the place in SCM.pm that reports the following error and change it to also report what the original message was -- you'll probably note that Subversion changed it. I'm calling this a subversion issue. http://bugzilla.mkgnu.net/show_bug.cgi?id=953 > ******************************************* > ** > ** > ** Scmbug error 3: No list of bug ids was found that > matches the bugid_regex 'bug\s*([\d|\s|,|#]*?):' and > bugid_split_regex ',\s?#|\s?#|,|\s+'. > ** > ** > ******************************************* > > > The glue.conf is like: > log_template => { > bugid_regex => 'bug\s*([\d|\s|,|#]*?):', > bugid_split_regex => ',\s?#|\s?#|,|\s+', > log_regex => 'bug.*?:\s*(.*)' > }, > > > > Does “bug 1: test” have format problem? I didn't > change the default bugid_regex. No it doesn't. It looks ok. The comment is too small (< 50 characters) but that's not a format problem. _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
