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

[TSVN] Bugtraq support: multiple bug-IDs in one message

From: Dmitry Radzevich <black_cat_at_nm.ru>
Date: 2004-11-25 09:00:37 CET

Hello.

One small suggestion for bugtraq support: it would be greate to allow
users to enter multiple bug IDs for one log message.

I guess a special property might be needed (lets call it
'bugtraq:separator'), which will be used to delimit entered bug IDs.
This property can be set to comma by default.

When TSVN detects that multiple bug IDs have been entered in the
commit dialog, it can just append bugtraq:message entry to the commit
message for each bug ID.

Example:
bugtraq:message == Related issue: %BUGID%

In the commit dialog user enters the following in the bug ID text
field: BUG-1,BUG-2,BUG-50.

Resulting commit message might look as follows:
== begin ==
<commit message text>

Related issue: BUG-1
Related issue: BUG-2
Related issue: BUG-50
== end ==

And, of course, the routine that converts bug IDs to URLs in the log
viewer must iterate over ALL occurrences of bugtraq:message.

--
Best regards,
 Dmitry Radzevich
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Nov 25 09:37:04 2004

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.