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
5
votes
6 answers

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 integrated ticketing. I have setup spaces for both…
Doug Ireton
5
votes
1 answer

Trac 1.0 unable to browse source for Git repository

I am having a slew of problems concerning git with the new Trac 1.0. I have updated Trac from 0.12 to 1.0. The new version of Trac now comes with native git support, but I do not see the Browse Source tab present. The git repository and trac…
user1802001
  • 53
  • 1
  • 4
4
votes
5 answers

How should I debug Trac plugins?

I'm about to start a fair amount of work extending Trac to fit our business requirements. So far I've used pythonWin and now Netbeans 6.5 as the development environments - neither of these seem to provide any way of debugging the plugin I am…
Chris B
  • 5,311
  • 11
  • 45
  • 57
4
votes
3 answers

Multiple assignees (developer, reviewer, tester) for tickets in Trac

We are reworking on our workflow and looking for options between jira and trac. We are all comfortable with Trac but have following questions: What we want is each ticket have 3 people responsible. One developing it, another reviewing it and the…
Sparsh Gupta
  • 2,163
  • 5
  • 19
  • 21
4
votes
2 answers

Convert emacs org files to trac wiki

We just set up a trac system, before we used emac-org mode for manuals. Is there any conversation tools which is convert the org files to trac wiki format?
Mokus
  • 10,174
  • 18
  • 80
  • 122
4
votes
1 answer

What does "low ceremony" mean?

In the Trac Main Features page https://trac.edgewall.org/wiki/TracFeatures Trac is said to emphasize "ease of use and low ceremony". Can someone please explain what "ceremony" means in the context of software usage?
Louis B.
  • 487
  • 1
  • 4
  • 8
4
votes
1 answer

Help with subprocess.call on a Windows machine

I am trying to modify a trac plugin that allows downloading of wiki pages to word documents. pagetodoc.py throws an exception on this line: # Call the subprocess using convenience method retval = subprocess.call(command, shell=True, stderr=errptr,…
Shawn
  • 19,465
  • 20
  • 98
  • 152
4
votes
1 answer

How to get Trac (CommitTicketUpdater) w/Mercurial to close|resolve tickets on commit?

My Quick Question is this: Everything seems to be working, except that Trac tickets don't get status updates upon commit. Change-set notes are appended to the ticket, but the tickets themselves are not being resolved I've just done this setup: …
Justin
  • 4,434
  • 4
  • 28
  • 37
4
votes
5 answers

Closing tickets in Trac with Git commit message

I tried to use Trac with Git. I've configured Git plugin - it shows repository and changesets in "Browse Source" tab correctly. Turned on CommitTicketUpdater plugin, configured it: turned off authentication, set not to use any brackets, left…
alekwisnia
  • 2,314
  • 3
  • 24
  • 39
4
votes
1 answer

Revert wiki page in Trac

How do you revert to an earlier version of a wiki page in Trac?
Lorin Hochstein
  • 57,372
  • 31
  • 105
  • 141
4
votes
4 answers

Is it possible to create cloak in the trac wiki?

Is it possible to show and hide blocks of content in the trac wiki similar to the cloak macro of confluential?
Vitali
  • 313
  • 1
  • 9
4
votes
3 answers

Integrate TortoiseSVN with Redmine

I'm trying to integrate Redmine with TortoiseSVN, but I was not able to do that because TSVN always gives me this error: "There are no issue-tracker providers available." I followed these steps: In my project folder properties, I added…
Mohammed Nasman
  • 10,992
  • 7
  • 43
  • 68
4
votes
2 answers

How to install Trac Plugin and what is a python egg?

In Trac on Admin -> Plugins there is an option to install Plug-ins. Now this option expect you to upload an Python egg. This would be all well but for the fact that all the Trac plug-ins I found are either plain .py files or zip files and are…
Martin
  • 11,577
  • 16
  • 80
  • 110
4
votes
1 answer

Apache httpd server on windows won't start

I installed Apache on Windows7 through a bitnami install package for trac. As a final installation step the installer tried to start the Apache httpd service and threw up an error that starting the https service failed. I found out why when I tried…
driftwood
  • 2,051
  • 4
  • 21
  • 28
4
votes
0 answers

How to integrate Trac with TortoiseGit IssueTracker Integration/Config

Is it possible to add Trac to TortoiseGit issue Tracker Integration? Are there any steps similar to TortoiseSVN? I am unable to link the Trac server to TortoiseGit properly, So when I click on "choose ticket" button in commit window, It gives me an…
Pavan Sokke Nagaraj
  • 2,385
  • 1
  • 14
  • 21