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
2
votes
2 answers

Creating a new Trac project via trac-admin initenv

I'm somewhat new to Trac. I'm running trac version 0.11.7 on an ubuntu system. I'm trying to create another project via the following command: "trac-admin /var/lib/trac/shipping_tracker initenv". After answering the various questions, the…
2
votes
2 answers

How to show due date column in the trac reports?

I have trac installed for managing my online projects. I have also installed a date plugin DateFieldPlugin in it. I am unable to show this date filed in the custom reports. The following code generates the normal report. SELECT p.value AS…
SachinKRaj
  • 183
  • 2
  • 18
2
votes
3 answers

How can I disable the sample data in trac

I just created my first trac project, but I don't want the sample data, how can I disable that. I read the documentation and there is the wiki remove command. do I have to use this for all pages? Are there easy way to disable the sample wiki?
Mokus
  • 10,174
  • 18
  • 80
  • 122
2
votes
1 answer

TRAC - SVN updates stopped displaying under Browse Source

I use TRAC for project tracking and SVN for version control. For their independent purposes, they work correctly. I can check in and out code fine, and I can create tickets in TRAC fine. Inside of TRAC, I had Browse Source set up to point to the…
Geoff Maddock
  • 1,700
  • 3
  • 26
  • 47
2
votes
2 answers

SVN post-commit hook not updating Trac tickets via svn+ssh

The post-commit hook works fine when I commit changes from the server where SVN and Trac are running. When I commit remotely from my Mac however, the activity shows up in Trac's timeline, but the ticket doesn't get updated. I've tried this in…
Dave
  • 489
  • 1
  • 3
  • 13
2
votes
2 answers

Downloadlink for a file dynamically created by a Trac- Wikimacro

I've been given the task to write a plugin for Trac. It should provide burndown data for the ticketcount and estimations filed in the issue tracking system. The user writes his request as a wikimacro and is provided a link/ button for downloading…
Ria
  • 206
  • 1
  • 9
2
votes
1 answer

Deleting trac tickets created since a certain date until today

i left my trac create ticket open, and cheked it out several weeks later and it was filled with junk people filled in to give their companies links for seo. I want to ge rid of every ticket created since a certain date until today. Thank you very…
Ernest
  • 962
  • 3
  • 12
  • 28
2
votes
1 answer

How to use trac for assignments and tasks

I work in a company providing technical assistance and this our common work-flow: the guys in the call center or in the shop catch the customer request for assistance and, for every request, they open an assignment. After that the technicians work…
damko
  • 301
  • 1
  • 12
2
votes
1 answer

visualsvn trac like on windows

We have been using TRAC with VisualSVN but it's become a pain to work with, alot of outdated python libraries etc. Because all our servers are on Windows 2008 we use VisualSVN, now we need something like TRAC but more native W2k8 support. TRAC is a…
Roger Far
  • 2,178
  • 3
  • 36
  • 67
2
votes
1 answer

Downloading source code in Trac

I'm not able to directly download some source files from my project using Trac. I understand that it's possible to use a SCM client, like git or svn to do this, but surely it can be done without leaving Trac! Do I need some plug-in, or is there a…
Herberth Amaral
  • 3,479
  • 3
  • 33
  • 35
2
votes
1 answer

TRAC - change css but being overwrote on page load

Does anyone know how I can change a css files like roadmap.css for trac? I figured out where the file is but when I modify it, the modification is overwrote on page load/refresh. Example of where my roadmap css is – x:\xx\xx\BitNami Trac Stack…
Mike Henke
  • 864
  • 1
  • 8
  • 22
2
votes
1 answer

How to install multiple TRAC versions on Windows

We have been using TRAC 0.11.1 for quite some time now and have a lot of projects running with it. Now we are facing a migration to a new server and would like to start using TRAC 0.12.2. Of course migrating all 0.11.1 projects to 0.12.2 would be…
Hoppie
  • 199
  • 2
  • 9
2
votes
1 answer

Connection trac with svn

I am trying to connect Trac with svn. I would like to make a link in trac ticket while committing so if I am working with ticket #3 then svn commit -m "RE #3" should automatically appear in ticket. Actually when I make commit it's going into…
Michu93
  • 5,058
  • 7
  • 47
  • 80
2
votes
1 answer

Make Trac use a Drupal user database for authentication

I am trying to set up a Trac instance as a complement to a Drupal site and would like to give users the possibility to use their Drupal account in Trac, too, ideally in a single sign-on fashion (if the user is already logged into Drupal, he is…
Denis Washington
  • 5,164
  • 1
  • 18
  • 21
2
votes
2 answers

Is there a way to convert Trac Wiki pages to HTML?

I see the suggestion of using Mylyn WikiText to convert wiki pages to html from this question except I'm not sure if its what I'm looking for from reading the front page of the site alone. I'll look into it further. Though I would prefer it being a…
spade78
  • 1,939
  • 1
  • 20
  • 29