Questions tagged [trac]

Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management.

Trac is an open source, web-based project management and bug-tracking tool. The program is inspired by CVSTrac, and was originally named svntrac due to its ability to interface with Subversion. It is developed and maintained by Edgewall Software.

Trac is written in Python. Until mid-2005, it was available under the GNU General Public License; since version 0.9, it has been released under a modified BSD license. Both are free software licenses.

Mission: to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies.

It provides an interface to Subversion (or other version control systems), an integrated Wiki and convenient reporting facilities.

Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all current and past project events in order, making the acquisition of an overview of the project and tracking progress very easy. The roadmap shows the road ahead, listing the upcoming milestones.

719 questions
7
votes
2 answers

How is the Trac Project List page customised?

We've been using Trac for a while now for our developers only. However we are now opening it up for our (internal) clients. We have a project listing page (based on the default one that comes with Trac). What we'd like to do, is display more…
lxalln
  • 930
  • 11
  • 29
7
votes
7 answers

Internal bug tracking tickets - Redmine, Trac, or JIRA

I've been looking at setting up Redmine, Trac, or JIRA to track issues. I want to be able to have my development team create internal tickets that are never seen by clients, while clients can create/edit tickets that are seen by the internal…
Tai Squared
  • 12,273
  • 24
  • 72
  • 82
7
votes
2 answers

Requirements management plugin for Trac?

Are there any requirements management plugins out there for Trac? I checked the list on Trac-Hacks and didn't see anything I'm picturing some functionality like IBM's DOORS system. Basic features include revisioning and change control of…
oz10
  • 153,307
  • 27
  • 93
  • 128
7
votes
4 answers

Migration To Trac

We are managing our development with Subversion over HTTPS, Bugzilla, and Mediawiki. Some of our developers have expressed an interest in migrating to Trac, so I have to evaluate what the cost of doing so would be. For both the wiki and bugzilla,…
Mark Roddy
  • 27,122
  • 19
  • 67
  • 71
6
votes
2 answers

How do I export trac wiki to github wiki?

I am moving a trac wiki to github. I was wondering if anyone knew of way to export trac wiki pages into something that github wiki pages supports. Also if anyone knows how to export trac wiki pages into plain HTML that would work as well. Thanks for…
dkellycollins
  • 497
  • 6
  • 17
6
votes
9 answers

Is there a way to run Trac offline?

I'd like to download the Trac database so I can view its tickets offline. Is there anyway to achieve this? I.e. if I need to leave the office and bring my laptop with me, how can I bring the tickets with me without having to connect to the company…
Spoike
  • 119,724
  • 44
  • 140
  • 158
6
votes
1 answer

FogBugz SVN integration like Trac does?

Does FogBugz integrate with SVN like Trac does?
Saif Khan
  • 18,402
  • 29
  • 102
  • 147
6
votes
6 answers

How do I implement the Post Commit Hook with Trac & SVN in a Windows Environment?

I'm running in a windows environment with Trac / SVN and I want commits to the repository to integrate to Trac and close the bugs that were noted in the SVN Comment. I know there's some post commit hooks to do that, but there's not much information…
Dean Poulin
  • 1,168
  • 1
  • 9
  • 22
6
votes
5 answers

Multiple projects in trac

How can I manage multiple SVN repositories/trac instances easily? I have a bunch of projects that I want to consolidate into a single authentication scheme. Also, I want to be able to enable plugins for every project and configure a bunch of trac…
user19302
6
votes
1 answer

Could not load library "/usr/lib/pgsql/plpgsql.so" & undefined symbol: PinPortal

I have been running Davical on a CentOS 5 box for a while now with no problems. Yesterday however, I installed Trac bug-tracker which eventually forced me to run a full update via Yum which updated a whole heap of packages. I cant seem to work out…
Slazlaa
  • 112
  • 1
  • 8
6
votes
4 answers

multiple commands are not working in git post-receive

I'm using git with trac. After push I want two thing to be done: Sending email to development team with diff If there is some special phrase in commit message (like "see #1"), then I want the commit message to be placed in trac ticket. The first…
bessarabov
  • 11,151
  • 10
  • 34
  • 59
6
votes
1 answer

source code syntax highlighting for trac?

I've installed trac on my Ubuntu server but there is no php syntax highlighting. I have installed Pygments using apt-get install but how do I configure trac so it uses highlighting in the svn source browser?
never_had_a_name
  • 90,630
  • 105
  • 267
  • 383
6
votes
3 answers

Tracd Realm

I am trying to setup tracd for the project I am currently working on. After creating a password file with the python script given in the site I am trying to start the server with authentication on. But it throws up warning saying No users found in…
Manoj
  • 5,011
  • 12
  • 52
  • 76
6
votes
2 answers

Trac plugin with graphical representation of Milestones and Tickets

Do you use any trac plugin to represent graphically the roadmap with the various milestones and tickets ? If so, which one ? I find the view of active tickets really blur. I would like a tree-like representation of my various milestones with the…
LB40
  • 12,041
  • 17
  • 72
  • 107
6
votes
3 answers

When using Trac and SVN together, how will I know that a file is committed to solve a certain ticket?

For example, a file is modified to do an enhance ticket, what I want to do is associated the committed file to the ticket. When using Trac and SVN together, how will I know that a file is committed to solve a certain ticket? Is this possible? Thank…
Jarvis
  • 577
  • 3
  • 10
  • 16
1 2
3
47 48