Edgewall Software

Version 21 (modified by anonymous, 20 years ago) ( diff )

Frequently Asked Questions

Here you can find the answer to some of the most frequently asked questions about Trac. If you a question not answered by this page you can add your question by clicking on the "Edit this page" link at the bottom of this page.


1. Installing and Running Trac

1.1. What operating systems does Trac run on?

Trac will run on any system supported by Python and the depending modules. Today we are aware of people running Trac on various Linux distributions, Mac OS X, NetBSD and MS Windows.


See also: TracOnNetBsd, TracOnOsx, TracOnMandrakelinux, TracOnGentoo

1.2. What are the dependencies of Trac?

Trac depends on the following software: Subversion w/Python bindings, Clearsilver, SQLite w/Python bindings


See also: TracInstall


2. Wiki

2.1. What is a "Wiki"?

The term Wiki is a shortened form of WikiWikiWeb. A Wiki is a database of pages that can be collaboratively edited using a web browser.


See also: TracWiki

2.2. Did you copy the previous question from the MoinMoin FAQ?

Why yes, thanks for asking.

2.3. Could the Wiki perhaps get a RecentChanges page, showing the changed pages in anti-chronological order?

The timeline contains information about all the changes to Trac content. By deselecting the view ticket changes and view repository checkins boxes you can view only the Wiki changes.

2.4. I get the following error message when editing a wiki page with Trac 0.6.1:

columns name, version are not unique

sqlite version 2.8.13 has a bug in the max() function. Either downgrade/upgrade sqlite

or use replace trac/Wiki.py with this file: Wiki.py


3. Browser

3.1. On Windows, why does Trac not display diffs?

It seems that subversion makes use of the (external) diff command. This is rarely noticed on UNIX-like systems, since diff is usually installed already. Installing diffutils should solve the problem.


4. Tickets


5. Reports


6. Development


7. Miscellaneous

Note: See TracWiki for help on using the wiki.