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
100
votes
13 answers

"make_sock: could not bind to address [::]:443" when restarting apache (installing trac and mod_wsgi)

I'm trying to install trac and mod_wsgi over SSL. I tried to manually install it, but that didn't work out so well so I started to follow this: trac-on-ubuntu I skipped the svn part because I'd like to use git instead. After the first edit of…
sharkfin
  • 3,827
  • 4
  • 23
  • 22
70
votes
7 answers

psycopg2 TypeError: not all arguments converted during string formatting

I'm trying execute a simple query, but getting this error no matter how I pass the parameters. Here is the query (I'm using Trac db object to connect to a DB): cursor.execute("""SELECT name FROM "%s".customer WHERE firm_id='%s'""" % (schema,…
konart
  • 1,714
  • 1
  • 12
  • 19
54
votes
7 answers

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 I got aware of REDMINE. Moreover, I read in some…
Bionicman303
  • 1,293
  • 3
  • 12
  • 15
34
votes
10 answers

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. My question is to the admins/users of Trac: which…
torial
  • 13,085
  • 9
  • 62
  • 89
32
votes
10 answers

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 would it be better to duplicate Trac tickets as…
Epaga
  • 38,231
  • 58
  • 157
  • 245
24
votes
5 answers

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 has done this and has suggestions. Ideally, it…
jterrace
  • 64,866
  • 22
  • 157
  • 202
22
votes
3 answers

Proper way to use versions and milestones

What's the intended purpose of versions and milestones in Trac? How to use them? How is milestone different from version?
seler
  • 8,803
  • 4
  • 41
  • 54
21
votes
0 answers

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 changes in the SVN. A wiki isn't essential. Thanks in…
Philip Morton
  • 129,733
  • 38
  • 88
  • 97
19
votes
6 answers

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 features here for those not familiar with trac's…
neesh
  • 5,167
  • 6
  • 29
  • 32
18
votes
2 answers

How can I make a link to a git changeset in Trac when there is more than one repository and neither one is default?

While working with just one associated repository, I was quite used to reference changesets in my Trac tickets using the changeset keyword and the commit's SHA1 hash like this: [changeset:af54b6d] which would give me an hyperlink to the…
Claudio
  • 2,191
  • 24
  • 49
16
votes
7 answers

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 ways to do the following in Trac: 1) Ensure that…
torial
  • 13,085
  • 9
  • 62
  • 89
12
votes
7 answers

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 I keep project documentation in Word files (and…
nightcoder
  • 13,149
  • 16
  • 64
  • 72
12
votes
7 answers

Kanban board plug-in for Trac

Is there any plug-in/app for presenting/managing tickets from Trac bug tracking system on Kanban board? For example, I want to be able to change the status of Trac tickets by dragging-dropping them accross the board. I tried some standalone tools…
kirill_l
  • 595
  • 1
  • 6
  • 16
12
votes
6 answers

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 "Trac" in it will return links to every opensource…
lindelof
  • 34,556
  • 31
  • 99
  • 140
11
votes
2 answers

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: repository browsers (e.g. web) the 'svn' command…
user779159
  • 9,034
  • 14
  • 59
  • 89
1
2 3
47 48