Edgewall Software

Version 24 (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.

Syntax coloring requires GNU Enscript and/or SilverCity.
See also: TracInstall, TracSyntaxColoring.


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 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.

3.2. Does Trac support syntax coloring/highlighting of source code files?

Yes, using several methods. See TracSyntaxColoring for details.


4. Tickets

4.1. Is there any way to remove tickets ?

You have to go through the db file in order to remove a ticket. No web interface is available for the moment (but there is a ticket:298 about that yet).


5. Reports


6. Development


7. Miscellaneous

Note: See TracWiki for help on using the wiki.