Hi Lars,
> Unfortunately, if someone would like to support multiple tickets and
> different types of ticket references (like "re #123, #345" vs
> "fix #67")
> he'll end up entering the whole info as expected in the
> script into the
> small issue ID field of the commit dialog.
Yes, that's why I suggested to select the issue status from a combobox. So
you can select "Adresses"/"Fixes" and enter your comma separated numbers
into the edit field. TSVN would then generate a "Adresses Issue-ID:
123,456,789" or "Fixes Issue-ID: 123,456,789" line in the commit message.
Your hook then parses this line. Having "#"s in the commit message would
have made my hook-parser's life easier, but I refrained from enforcing "#"s
on my users for obvious reasons.
This approach would not allow easy mixing of "Adresses" and "Fixes" in one
commit (which would not be a good idea anyway), but people who know their
stuff can always enter this information manually.
Cheers
-Lübbe
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Oct 28 12:37:41 2004