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
3 answers

Add email recipient to all new Trac tickets

Is there a configuration change that can be made to Trac to send a notification to an email address only upon the creation of all new tickets? If it can't be done through config, a plugin would be the second best option, with source code…
Chris Missal
  • 5,987
  • 3
  • 28
  • 46
2
votes
1 answer

How to link Trac with a remote git repository? (2 seperate servers)

I have 2 servers Server 1: Contains my central git repos the second Server 2: Contains my edgewell Trac enviroment I am trying to get trac to update tickets based on git commit messages. I know that there is a post-receive hook but that will…
2
votes
1 answer

Has anyone tried the trac to fogbugz conversion/import tool?

http://our.fogbugz.com/default.asp?W977 I suspect it will be a simple task, but just thought I would ask before I tried it. If you have used it, how did it go? Any caveats or things to help? Can the changes be undone automatically? Anything you…
Tim
  • 20,184
  • 24
  • 117
  • 214
2
votes
1 answer

git error: cannot spawn .git/hooks/post-commit: No such file or directory

I'm trying to write a post-commit hook, I have a Git repository on a mapped drive (V:), msysgit installed in C:\Git, and Python in C:\Python26. I'm running TortoiseGit on Windows 7 64 Bit. The script is: #!C:/Python26/python import sys from…
Pablo
  • 105
  • 2
  • 7
2
votes
3 answers

has anybody the trac report to get all tickets without milestone?

i'm looking for the TracQuery for the trac report to get all tickets without assigned milestone listed. have you already composed this query, if yes, would you share it? thx in advance.
phi
  • 333
  • 5
  • 9
2
votes
5 answers

Is it useful to track the history of tasks and bugs in projects developed by one person?

I have trac set up for my private and job projects and I have an ability to define tasks or describe bugs there. As most of the time I work at those projects alone, I usually choose to write the TODO lists on sheets of paper. When a task is done, I…
Aidas Bendoraitis
  • 3,965
  • 1
  • 30
  • 45
2
votes
1 answer

Display list of changesets linked to a particular Ticket on Trac

I have a Trac installation with the Trac-Git plugin. When committing to git, I can use TracLinks to reference to a Bug by using a prefix bug:123 or #123 and the changeset is linked to the bug. I want to achieve the reverse effect now. On a given…
Ritesh M Nayak
  • 8,001
  • 14
  • 49
  • 78
2
votes
2 answers

Creating Trac Tickets From Website

is it possible for my website visitors to create Trac tickets from my website rather than being logged into the Trac system? For example: I have a feedback form on my website that sends the form information to an e-mail address. What I would like…
webren
  • 620
  • 1
  • 7
  • 18
2
votes
2 answers

Trac component(s) referencing separate GIT repositories

We have a large project that encompass several sub-projects with their separate GIT repositories, which we are all looking to bring into Trac to help better manage the project as a whole. My question; Is it possible to reference their respective…
wonea
  • 4,783
  • 17
  • 86
  • 139
2
votes
4 answers

What project management tool to use for a geographically distributed team?

Currently we are using Trac. Tickets are good for tracking tasks and related discussions. However, I think it has the following disadvantages or limitations Tickets creation is too complex for team members with non-tech background. Every little…
satoru
  • 31,822
  • 31
  • 91
  • 141
2
votes
2 answers

SVN GUI frontends for managing projects and users?

Our hackerspace (091labs.com) is getting a few software projects started at the moment, and we're using Trac and SVN for bug tracking/source control. However, every time I set up a new projects I've to go through the whole speil in the command line…
bcoughlan
  • 25,987
  • 18
  • 90
  • 141
2
votes
1 answer

Can I migrate trac from SVN to Git repositories without exporting + creating a new trac instance?

We think about migrating from SVN to Git and since trac supports both, can we just change the address of the repository to use Git? All the documentation I found was between two instances of SVN. If it isn't that simple, which steps are required to…
David Trevor
  • 794
  • 1
  • 7
  • 22
2
votes
5 answers

Source code security on Trac

I have trac set up together with subversion. I want to allow some people to be able to add tickets, but I don't want them to access the repository. There will be other users who will be able to access the repo via trac. Currently I am using Apache 2…
John Smith
  • 12,491
  • 18
  • 65
  • 111
2
votes
1 answer

Simplest way to automate ticket adding in Trac from C/C++

I developing program and i writing error handler, i want to do in her automate error ticket adding to trac webapge. Anyone know simplest way to do this? Simplest of connecting libcurl to PHP script on server who adding ticket. Maybe some library to…
Svisstack
  • 16,203
  • 6
  • 66
  • 100
2
votes
1 answer

Scripting Trac installation on Windows

I'm currently working on some R&D for improving the process and practice that we approach development. As a first iteration something I'd like to do is develop an easy way to set up a project e.g. Run an ant script that will, when provided with a…
Rob Stevenson-Leggett
  • 35,279
  • 21
  • 87
  • 141