papadi wrote:
> Hi all!
> I'm using TortoiseSVN feature that allows the entry of an ID in that
> special textbox that will connect the revision to a specific Issue on
> a bug tracking system (Gemini in particular). I'm using several
> properties for this, such as bugtraq:label, bugtraq:message etc.
> What I would like to do now is to allow the developer to write the
> time he/she spent on the issue and optionally to mark the issue as
> completed. This information will finally be written in the bug
> tracking system using web services call on post-commit.
> What do you think is the best way to do this?
> I was thinking to use the tsvn:logtemplate to have a template like the
> following:
>
> <PlaceHolder for comment>
> LogTime:
> CloseIssue:
>
> Do you think there is a better way?
See the IBugtraqProvider interface:
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html#tsvn-dug-bugtracker-ref
(remember: to access our source repository, login as "guest" and leave
the password empty).
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-10-17 10:11:29 CEST