Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: users-un...@tortoisesvn.tigris.org
For additional commands, e-mail: users...@tortoisesvn.tigris.org
I would recommend that you commit bug fixes separately, as far as
possible. But it's your choice ;-)
In 1.4.x you can enter multiple issues and get individual links with
both integration methods. What bugtraq: property values are you using?
Simon
--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net
TSVN uses the regular expression in the first line to find the Bug
ID(s) in your log message, and the regex in the second line to find
the IDs found in the first line
We use the following bugtraq:logregex to recognize multiple bugs:
([Bb]ug|[Ii]ssue)s?: (\d+)(,? ?(\d+))*
(\d+)
The log message can use "Bug: 123" "Bugs: 123, 127, 131" "Bug: 123, 127, 131"
Hope this helps...
This the properties i'm actually using.
What i need is insert multiple bug and get individual link.
Can you provide me an example please?
Marco
On 13 Giu, 17:53, "Simon Large" <simon.tortoise...@googlemail.com>
wrote:
> 2008/6/13 Marcolino <marco.pozzu...@gmail.com>:
>
> > Hi all,
> > I'm using Tortoise SVN from a lot, integrate with my bug tracker.
> > I have this need. Usualli I fix a lot of bugs before commit, but i can
> > set only one bug each commit to get the link in description.
> > Is it possible to add multiple guds in the field and the get multiple
> > link to bug in description?
>
> I would recommend that you commit bug fixes separately, as far as
> possible. But it's your choice ;-)
>
> In 1.4.x you can enter multiple issues and get individual links with
> both integration methods. What bugtraq: property values are you using?
>
> Simon
>
> --
> : ___
> : oo // \\ "De Chelonian Mobile"
> : (_,\/ \_/ \ TortoiseSVN
> : \ \_/_\_/> The coolest Interface to (Sub)Version Control
> : /_/ \_\http://tortoisesvn.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tortoisesvn.tigris.org
> For additional commands, e-mail: users-h...@tortoisesvn.tigris.org
Separate your issue id's with a colon (,). Just make sure that you don't
add a space between the colon and the issue ids.
Stefan
That's a comma.