Hi Andrew,

Please send all communication to the mailing list.

On Mon, 2007-10-01 at 16:28 +0100, Andrew Sykes wrote:
> Kristis,
> 
> Thanks for the quick reply, unfortunately I'm still having problems -  
> even after copying your example verbatim.

That might be a problem. You shouldn't copy it verbatim. You should:

$ svn commit some_file

BUT NOT

$ svn commit -m "some message" some_file

> 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".
> >

Because as I said, the '\n' character may not be interpreted in the
message. You should instead wait for a text editor to come up and enter
a message like:

bug 166: my log message goes here and is over 50 characters long.
status 166: fixed.


> I have NOT modified any of the regexs.

That's good. You shouldn't need to.

> The error is...
> 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 ''.
> 
> It's interesting that the log message in the error comes out as '' -  
> could the default regex be too greedy?

I doubt it. 

My best guess is that we are hitting a bug exactly because... we have
not actually TESTED whether bug resolution works. We only tested if the
resolution information is reported. I'll need to further test this here
in the lab.

> For context, I'm using Mac OSX (locally)...
> 
> Could there be some strange character set mismatch going on?
> 
> andrew$ svn --version
> svn, version 1.4.4 (r25188)
>     compiled Jun 14 2007, 14:23:02
> 
> Copyright (C) 2000-2006 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet (http:// 
> www.Collab.Net/).
> 
> The following repository access (RA) modules are available:
> 
> * ra_dav : Module for accessing a repository via WebDAV (DeltaV)  
> protocol.
>    - handles 'http' scheme
>    - handles 'https' scheme
> * ra_svn : Module for accessing a repository using the svn network  
> protocol.
>    - handles 'svn' scheme
> * ra_local : Module for accessing a repository on local disk.
>    - handles 'file' scheme

I doubt it.


Attachment: 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

Reply via email to