Tagged Questions

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

learn more… | top users | synonyms

108
votes
22answers
47k views

Trac vs. Redmine vs. JIRA vs. FogBugz for one-man shop?

Background I am a one-man freelancer looking for a project management software that can provide the following requirements. I have used Trac for about a year now. Tried Redmine and FogBugz on Demand ...
43
votes
7answers
10k views

Trac in a Scrum team : What are the best plugins / hacks? [closed]

I want to setup a Trac server to support my developer team work along with Bitten as a Continuous Integration server. We are using the Scrum development process. What are the Trac's plugins, hacks, ...
24
votes
9answers
7k views

How best to do Agile Development with Trac?

We use Trac as our bug tracking / development / wiki system and I was wondering if anyone has experience and uses some of the Trac Agile/Scrum plugins or functionalities? Anything you'd recommend? Or ...
22
votes
8answers
5k views

What are some recommended plugins for Trac?

In particular, I need a more full fledged version of Trac to support robust project management, and task tracking. I went through the plugins and literally found over 50 that looked promising. ...
16
votes
7answers
6k views

Is there an equivalent to Trac written in PHP?

Is there an equivalent to Trac written in PHP? I need something that integrates with SVN and is free. It should allow me to browse the SVN source, have some kind of bug tracking and show recent ...
14
votes
7answers
2k views

How can I best take advantage of Trac?

I have a Trac project installed on top of a Subversion implementation (easy to do thanks to Webfaction's control panel), but now I have configuration work to do. With that in mind, are there easy ...
13
votes
6answers
3k views

web based subversion viewer

Is there a tool that allows me to point to a subversion repository to browse the contents of the repository. I am thinking something similar to what trac provides with SCM. I describe some of the ...
12
votes
4answers
6k views

Trac: code review plugin

I'm looking for a code review plugin for our trac installation. I found these two as the top result for "trac code review" query on google PeerCodeReview CodeReview I'm leaning towards ...
11
votes
7answers
565 views

Do you need a project management system if you work alone?

Do you need a project management system if you work alone? I mean a project management system that includes issue tracking, wiki, etc. Currently I keep my issues in a very good organizer software and ...
11
votes
4answers
8k views

Redmine vs. Retrospectiva

Has anyone tried both Redmine and Retrospectiva, and is able to make some comparison between the two? I'm currently using Trac for my projects management and issue-tracking, but I'm looking to test ...
10
votes
15answers
1k views

Recommend public bug tracking system for small project

I work on a web site with only a few other programmers. We've been using Fogbugz for issue tracking, and while we like it, it is expensive, and isn't exactly suited to our needs--we'd really like the ...
9
votes
3answers
1k views

Change ticket display in Trac

With default template, trac ticket is available for viewing only, I must click modify to expand properties tab to modify, change state of a ticket. Now I want to expand that tab automatically? How can ...
9
votes
4answers
616 views

What headaches should I expect from using Trac?

No tool is perfect, and I'm about to start several long-term projects using Trac, and wanted a heads up of the kinds of problems I may or may not experience with it. In other words, Trac meets my ...
9
votes
3answers
1k views

Codaset, Codebasehq, Unfuddle, Trac or Redmine? [closed]

I have a handful of small Git repositories I would like to host remotely. They're all private projects, most of them in Java. Codaset, Codebasehq, Unfuddle, Trac, Redmine.. There seems to be an ...
9
votes
6answers
5k views

JIRA or Trac? [closed]

I used Atlassian JIRA for bug and issue tracking at my last job. I absolutely loved it and it was particularly easy on the eyes. My present company is using Trac instead, and while it does do all ...
8
votes
5answers
2k views

Trac vs. Redmine

I'm working in research and my bioinformatics work group needs a project management software for keeping track of multiple projects (Linux environment). Originally, we planned for using TRAC but then ...
8
votes
5answers
2k views

Managing Milestones and Web development Project

I am trying to implement Trac+SVN. But am encountering a project management issue. To give you a background, most of my projects are related to web development (they go thru phases like design, ...
7
votes
1answer
151 views

Is there a good tool for documenting/monitoring System Tests?

I'm looking for a tool to design, document, and monitor System Tests for a product. The basics of what I need are: 1) A tool that can represent some kind of Inheritance between tests (i.e., one test ...
7
votes
2answers
409 views

Improving our dev environment at work

In the near future i will get some 2 weeks for moving and improving our development environment at work. We mainly develop one large PHP/MySQL project with 2-10 developers. At the moment we have one ...
6
votes
3answers
2k views

How do I change the default landing page in a Trac wiki?

A default Trac installation will display the WikiStart page as its home page. I'd like it to display another page. How do I do that? I was unable to find anything with Google, as any request with ...
6
votes
3answers
909 views

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 ...
6
votes
2answers
866 views

FogBugz SVN integration like Trac does?

Does FogBugz integrate with SVN like Trac does?
6
votes
5answers
2k views

Trac documentation?

I'm trying to write my first little plugin for Trac and am kind of lost as to what the API exactly is. For example, exactly which fields are offered for "ticket" objects, among many other things. ...
6
votes
3answers
2k views

How do you handle multiple (overlapping) projects in trac?

We are using trac and are really satisfied with it. However, out of the box, trac is best suited for single-project environments only. I'd be interested to hear about the various approaches people ...
6
votes
4answers
1k views

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 ...
6
votes
6answers
10k views

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 ...
5
votes
2answers
282 views

Why choose mod_dav_svn instead of svnserve & a repository browser?

Please correct me if I am wrong about my understanding of mod_dav_svn, which is that it basically serves 2 purposes: Expose the SVN repository (on the filesystem) to clients, which can be either: ...
5
votes
2answers
416 views

Sphinx - generate automatic references to Trac tickets and changesets

Is Sphinx, is there way to automatically link text like #112 or r1023 to the corresponding tickets/changesets in Trac? For eg: #112 -> http://mytracsite/tickets/112 r1023 -> ...
5
votes
2answers
712 views

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 ...
5
votes
7answers
2k views

Running Trac on Windows?

Looking for a guide/tutorial that easily explains how to setup and run trac with subversion on windows.
4
votes
2answers
399 views

“DLL load failed” when using mercurial on trac

My mercurial repository works correctly in trac when I use the tracd server. However, when I use apache, I get the following warning at the top of all trac pages: Warning: Can't synchronize with ...
4
votes
4answers
535 views

Commit without whitespace changes on github

Is there a way to display a commit on github.com without showing whitespace changes? Is there a way to display that from console? i.e. clone and then look at commit (tree) locally ignoring all white ...
4
votes
2answers
624 views

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 ...
4
votes
3answers
161 views

How should the Version field be used in Trac?

I use Trac to track bugs, and future changes in my software projects. Tickets in Trac have a "Version" field and I'm trying to figure out the best way to use this field. Say I find a series of bugs ...
4
votes
1answer
59 views

Finding existing tickets before opening new ones on trac

We're using Trac as the task management tool at the project we work in. However, Trac search is maybe not the most intuitive search out there, and we end up having multiple duplicates as the reporters ...
4
votes
2answers
1k views

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 ...
4
votes
2answers
930 views

Errors with python-openid and Google Apps Federated Login

UPDATE I managed to get it working although I'm not quite sure why ;) It seems like python-openid uses a POST-request to issue the openid mode=associate and for some reason Google doesn't like that. ...
4
votes
3answers
207 views

Is there a wiki processor for Trac to format and colour Python tracebacks?

Understandably many of the tickets we file in Trac contain tracebacks. It would be excellent if these were nicely formatted and syntax highlighted. I've conducted a cursory Google search for a Python ...
4
votes
3answers
482 views

Trac Using Database Authentication

Is it possible to use a database for authentication with Trac? .htpasswd auth is not desired in this install. Using Trac .11 and MySQL as the database. Trac is currently using the database, but ...
4
votes
4answers
3k views

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 ...
4
votes
3answers
395 views

“Selling” trac/buildbot/etc to upper management

My team works mostly w/ Flex-based applications. That being said, there are nearly no conventions at all (even getting them to refactor is a miracle in itself) and the like. Coming from a .NET + ...
4
votes
2answers
2k views

How do I edit project components in TRAC

When creating New Ticket in the TRAC it shows a selectbox for component in the Ticket Properties. I only have two dummy options: component1 and component2. How do I edit this list? How do I add more ...
4
votes
6answers
1k views

Assembla: Do you like Trac tickets or Assembla tickets and why?

I am a single developer just getting started with open source web dev (Python/Django). I signed up for a free Assembla.com account but I really don't know whether to use Trac ticketing or Assembla ...
3
votes
1answer
282 views

How to export Trac to Github Issues

We use Trac for an open-source project I'm working on. I'd like to export all of our open tickets to Github's Issues. I've found a couple small scripts that might do it, but I was wondering if anyone ...
3
votes
1answer
82 views

Revert wiki page in Trac

How do you revert to an earlier version of a wiki page in Trac?
3
votes
4answers
218 views

Should I allow my clients to open tickets/access trac?

I just installed trac for this project I'm working on, since it's turned out to be a bit bigger than I anticipated. I've added a bunch of tickets with my clients requests which come in the form of ...
3
votes
3answers
87 views

Trac: “Waiting On” plugin?

Sometimes an issue can't be resolved until someone else does something, or until some event occurs. Is there an add-on for trac that adds a field for these situations?
3
votes
1answer
260 views

Getting logged on user name at any Trac wiki page (Trac 0.11)

When I create a report I can filter the results based on the logged on user name using the $USER magic variable. Is there any equivalent way to get the logged on user name at any Trac wiki page? ...
3
votes
2answers
479 views

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 ...
3
votes
2answers
136 views

Does trac have remote API?

I know there is xmlrpc plugin for trac. But I is not my trac site nor do I have admin rights. I just have a normal user account with limited priviledges. Beside the obvious low level of doing things ...

1 2 3 4 5 8