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

[TSVN] Trac [was: TortoiseSVN 1.1.1 released]

From: Katana <katana_at_katana-inc.com>
Date: 2004-10-27 14:24:55 CEST

Hello Lars,

Wednesday, October 27, 2004, 10:24:31 AM, you wrote:

> could you give some more hints on how you are using Trac? I evaluated
> 0.7.1 but couldn't find a way to get to the information I find most
> useful: being able to have a list of files/changes for a ticket, coming
> from the ticket view.

basically, nothing links a ticket resolution to a changeset. However,
thanks to the wiki syntax, it can be easily achieved. If you enter as
a resolution message something like Fixed in [XXX], it will
automatically add a link to the changeset in the ticket comment. The
same way, if in your commit message, you add Fixes #XXX, a link to the
ticket will automatically be added in the commit log to the ticket.

Even funnier, Trac comes with a post commit hook that let you modify
your tickets using a simple syntax in the commit messages:
"Updated foo.xx, fixes #XX and references #YY" will add the message as
a comment on tickets XX and YY, close XX and leave YY opened. In the
tickets, a link on #XX / YY will let you go to the changeset, and in
the commit message on the changeset, you will get links to the ticket.

And of course, on the changeset view, you have a list of added /
modified / deleted files, as well as the diff and a link to the
unified diff.

The same way, in the timeline view, with the previous example you will
see
- ticket #xx closed by john doe
- comment added to ticket #xx by john doe
- changeset [xx] commited by john doe, "updated foo.xx..." with links
to the tickets in the timeline view.

I think you can see all these features on
http://projects.edgewall.com/trac . It is the Trac used by the project
itself, and it gives a nice example of what can be achieved.

As I said before, nice and simple :)

-- 
Best regards,
 Katana                            mailto:katana@katana-inc.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Oct 27 15:27:39 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.