[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Bugtraq bugs

From: Tim Armes <timarmes_at_hotmail.com>
Date: 2005-12-21 16:35:17 CET

Hi all,

Having recently discovered that that bugtraq spec has been changed (and
probably not all that recently) I'm going to need to update WebSVN's
implementation. However, I've discovered some bugs in the TortoiseSVN
implementation and specification.

1) If you set bugtraq:number to false, then you can't enter an issue ID at
all with TSVN, neither a numeric nor a non-numeric value!

2) The spec is very clear on the format of the message. It is defined as:
logmessage + "\n" + resultstring + "\n"

However, the implementation doesn't follow this at all. Your implementation
is the following:

If bugtraq:append = false Then
    Don't include first \n
    Log Message
    If no log message Then Don't include second \n either!
Else
    Log message
    If no log message Then Don't include first \n
    Don't include second \n at all!
Endif

Which is to say, the \n's should be removed from the spec.

3) Finally, the role of bugtraq:logregex is unclear. If that's set then
shouldthat the only thing used to search for issue numbers when displaying a
log or do you ALSO search for issues based on the bugtraq:message and
bugtraq:append strings?

Thanks,

Tim

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Dec 25 00:34:57 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.