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

No default repository defined

How to set up links to the revision ? I enter [revision_number], rRevision_number, and take an error: No default repository defined I found a solution to the Internet 1) give the name for the repository - "default" 2) create a folder (hooks) in…
Andrei
  • 1,125
  • 2
  • 15
  • 29
2
votes
2 answers

Embedding code in Trac wiki

Is it possible to embed code to Trac wiki page straight from source code? I mean code blocks, not links pointing to the source. Like MyCode.java contents
mjgirl
  • 1,214
  • 7
  • 24
  • 42
2
votes
5 answers

A TRAC-Like software

I tried TRAC before and knew how powerful it is But I'm having lots of difficulties to to put it on an online host, it needs lots of resources and can't put it on a regular paid host So I wanted to know if there is a TRAC-Like but written with PHP…
Mohamed Atia
  • 298
  • 1
  • 10
2
votes
1 answer

TortoiseSVN never runs post-commit.bat

I have set up my subversion/trac environment on Windows (Now Win7, previously tried on Vista) and all works perfectly. But I can't get my post-commit to work. Here's the setup (using VisualSVN and Trac running on…
mistalaba
  • 558
  • 1
  • 7
  • 19
2
votes
2 answers

Tried redmine and trac, but none of them allows me to share milestones and bugs between projects

Do you know a good alternative to redmine or trac which allows such a feature? I've also tried fogbugz, but is too poorly integrated with the svn repository browsing (and there is no sign of code review support).
Alex Rades
  • 79
  • 3
2
votes
1 answer

Trac to Bugzilla Migration?

Any tips, scripts, or other artifacts that will make importing data from a Trac instance into a Bugzilla instance less work? We have a modified Bugzilla, so it's likely that importxml.cgi won't be a good choice. Even if that were available, then…
David M
  • 4,325
  • 2
  • 28
  • 40
2
votes
1 answer

How do I adjust the Wordpress URL handling to ignore certain directories?

I'm using Dreamhost's WordPress, Subversion, and Trac installations. My Subversion repositories are all in /repos/[projectname] and my Trac installations are all in /trac/[projectname]. I also have some other directories, such as /webapps/[appname]…
Thomas Owens
  • 114,398
  • 98
  • 311
  • 431
2
votes
3 answers

How can I provide a more robust link between SVN commits and tickets

I'm just trying to hook Trac/SVN together so that my SVN commits manage my Trac Tickets. I've read the documentation and understand (kind of) that the ticket updates rely on a dev using the correct syntax in the comments field which not to put to…
BobTheBuilder
  • 2,455
  • 2
  • 27
  • 39
2
votes
1 answer

How can I allow Git commit messages like “fixes #3” to update Trac tickets?

I have just installed Trac 1.0.1 on a server that also holds a Git repository. I’d like to be able to close Trac tickets by including things like “fixes #3” in the Git commit messages. This should pretty easy—by including a post-receive hook in my…
bdesham
  • 15,430
  • 13
  • 79
  • 123
2
votes
2 answers

How to remove trac cleanly?

I need to remove Trac but I don't have enough clue. I heard that I can simply remove all files and they are under /usr/lib [root@deadwood /]# find /usr/lib -name…
Hao
  • 6,291
  • 9
  • 39
  • 88
2
votes
2 answers

Where does trac store the users and passwords in a default installation?

I have a long list of users to delete. I logged in the trac.db but I don't find anything similar to a user/password table. where does trac store the users and passwords in a default installation?
nsn
  • 193
  • 10
2
votes
2 answers

Weird behaviour with two Trac instances under Apache + mod_wsgi

I am trying to configure two Trac instances in order to access them via browser each one with a different url: http://trac.domain.com/trac1 http://trac.domain.com/trac2 First time I access them Apache response is fine, I get the first Trac with…
nabucosound
  • 1,283
  • 1
  • 12
  • 23
2
votes
1 answer

Letting CommitTicketUpdater work in trac with svn

I use trac as my issue tracking system, together with svn. Lately I have discovered that commit messages may also modify tickets (add comments, close them) with the distributed CommitTicketUpdater (appears in tracopt), starting from trac 0.12 (the…
Bach
  • 6,145
  • 7
  • 36
  • 61
2
votes
2 answers

how can I use custom css style in the default theme of trac?

I have some trouble with my trac installation (version 11.4). What should I do to change i.e. some colors in the default theme? I've found various tips in the net, but nothing worked yet as most tips were for the 10.x version. Are there any options…
Zappi
  • 451
  • 3
  • 8
2
votes
2 answers

trac "OperationalError: attempt to write a readonly database" problem with visualsvn

I have installed the latest VisualSVN (2.0.5) and its trac-package on WindowsXP, but ran into a problem. The trac system works, except the "Timeline" tab. When I clicked on it, I saw Oops… Trac detected an internal error: OperationalError: attempt…
stanleyxu2005
  • 8,081
  • 14
  • 59
  • 94