keep "trac" of your work

15
Keep “Trac” of your work Knut Urdalen | http://www.urdalen.com

Upload: knut

Post on 19-May-2015

1.923 views

Category:

Business


0 download

DESCRIPTION

Introduction to Trac and what it can do for you.

TRANSCRIPT

Page 1: Keep "Trac" of your work

Keep “Trac” of your work

Knut Urdalen | http://www.urdalen.com

Page 2: Keep "Trac" of your work

What is Trac?

• Integrated Source Control- and Project Management

• Tightly integrated with Subversion

• Key features

• Wiki

• Roadmap

• Timeline

• Tickets

Page 3: Keep "Trac" of your work

Wiki

• A nice tool to document your project together with your code

• Familiar WikiWord syntax

• Tickets: #123

• Changeset: [123]

Page 4: Keep "Trac" of your work

Roadmap

• High level overview of project status

• Show groups of tickets as “Milestones”

Page 5: Keep "Trac" of your work

Timeline

• View all activities

• Wiki page events (creation and changes)

• Tickets events (creation and changes)

• Source code changes (repository check-ins)

• Milestone completion

• RSS feed

Page 6: Keep "Trac" of your work

Changeset

• All information about a change in the source code including:

• Timestamp: When the changeset was commited

• Author: Who did it?

• Message: The commit log message

• Files: A list of affected files

• Visual diff

Page 7: Keep "Trac" of your work

Changeset

Page 8: Keep "Trac" of your work

Tickets

• Simple and effective tracking of issues

• Used for

• Project tasks

• Feature requests

• Bug reports

• Support issues

Page 9: Keep "Trac" of your work

Browser

Page 10: Keep "Trac" of your work

Email Notification of Ticket Changes

• Useful to keep users up-to-date on tickets/issues of interest

• Provides a convenient way to post all ticket changes to a dedicated mailing list

[notification]smtp_enabled = truesmtp_server = smtp.example.orgsmtp_from = [email protected] smtp_replyto = [email protected]_always_cc = [email protected], [email protected]

Page 11: Keep "Trac" of your work

Peer Review (Plugin)

Page 12: Keep "Trac" of your work

Build Orchestration with Bitten (Plugin)

Page 13: Keep "Trac" of your work

Build Orchestration with Bitten (Plugin)

Page 14: Keep "Trac" of your work

Revision Graph (Plugin)

Page 15: Keep "Trac" of your work

References

• Trac: http://trac.edgewall.org

• Plugins: http://trac-hacks.org

• Bitten: http://bitten.cmlenz.net