Questions tagged [trac]

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.

Trac allows hyperlinking information between a bug database, revision control and wiki content. It also serves as a web interface to the following revision control systems: Subversion, Git, Mercurial, Bazaar, Perforce and Darcs.

Other features include:

  • Project management (Roadmap, Milestones, etc.)
  • Ticket system (bug tracking, tasks, etc.)
  • Fine-grained permissions (since 0.11)
  • Timeline of all recent activity
  • Wiki (syntax similar to MoinMoin)
  • Customized reporting
  • VCS web interface
  • RSS Feeds
  • Multiple project support (planned for post-1.0 versions)
  • Environment extensibility (via Python plugins)
  • iCalendar export
  • Multiple Repository Support per environment (since 0.12)
  • Interface localizations (since 0.12)

Source: wikipedia

124 questions
0
votes
1 answer

Can't configure trac to work with Apache2

I've been trying to set up trac to be deployed with apache for a little while now and I'm running into a wall. This is the response I'm receiving from my server Internal Server Error The server encountered an internal error or misconfiguration and…
Casey Flynn
  • 217
  • 4
  • 13
0
votes
1 answer

How to install mod_fastcgi.so into apache

How do I get the mod_fastcgi.so module and load it into apache2? I need it for a deployment of trac. Thanks!
Casey Flynn
  • 217
  • 4
  • 13
0
votes
1 answer

Security risk of running trac with tracd

I'm building a subversion repository server for a software project I'm working on and I want to use trac. I've successfully installed trac, and it runs using the tracd utility - but I'm guessing this isn't very secure. I'm concerned about…
Casey Flynn
  • 217
  • 4
  • 13
0
votes
1 answer

IIS Request Filtering blocks Application Request Routing

Using one box, I have an IIS server and a tracd server running. Via ARR, any request on the IIS server matching */trac/** is proxied through to the tracd server. Everything is working fine, except when a user requests something like…
bricelam
  • 113
  • 5
0
votes
1 answer

CentOS accidental httpd upgrade

I recently tried to get trac and svn working with apache on centOS 5 through some googling I found I needed to install mod_dav_svn. I used yum to install it it listed a httpd 2.2.3 as a dependency (previously installed version was 2.2.16). I let it…
beginner
0
votes
1 answer

How can you get x509 to work with Trac?

Hi I have been trying to find a way to get x509 certs for authentication for Trac but I could not find any plugins on TracHacks or tutorials on this. The closest I've seen so far is this post on google…
sasker
  • 101
0
votes
2 answers

Trac 0.11+ templates location

I just upgraded to Trac 0.11.4 on Ubuntu and I noticed that the /usr/share/trac/templates directory no longer exists. As a result, in my trac.ini, the templates_dir variable is not set ([inherit] section) and where the Trac logo is supposed to be I…
Luke
  • 3,756
  • 7
  • 35
  • 39
0
votes
1 answer

Trac svn centos issues

Have setup Trac/SVN following instructions from tutorial at http://www.sohailriaz.com/how-to-install-subversion-with-trac-on-centos-5-x/ SVN works fine at /svn/ Trac ur: /trac/ Trac does not, the error it througs is Not Found The requested…
bob
  • 63
  • 2
  • 5
0
votes
2 answers

Which platform for Trac with SVN or GIT?

I currently have a redundant machine running a version of Mitel SME Server V5 which I've never used before. In fact I have no previous experience with any flavour of unix but would like to get some. I would like to get Trac and SVN (or GIT)…
0
votes
2 answers

trac 0.11 notification gmail error debian

im on debian lenny, trac 0.11 (default for apt-get install trac) I set up tickets notifications with gmail, sometimes they work, sometimes i get a nasty error, and with one user it has only worked once. all of my users have a gmail…
Ernest
  • 239
  • 3
  • 12
0
votes
1 answer

My apache is giving file not found error

I am installing trac. But My apache is not working properly. It shows me the file not found error. Why this error comes. I follows the link http://trac.edgewall.org/wiki/MySqlDb Help me out. Apache is not showing any error. Error log is empty. Even…
Tauquir
  • 103
  • 5
0
votes
1 answer

trac Upgrade from 0.10.3 to 0.12 debian server

I´m trying to upgrade trac! from 0.10.3 to 0.12. Need help, i basiclally did steps shown here http://trac.edgewall.org/wiki/TracUpgrade got Linux version 2.6.18-6-686 (Debian 2.6.18.dfsg.1-18etch1) (waldi@debian.org) (gcc version 4.1.2 20061115…
Ernest
  • 239
  • 3
  • 12
0
votes
1 answer

Trac: "opened" time display format on ticket screen

Is it possible to change the way trac displays "opened" and "last modified" times on the ticket screen? I often need to know the exact date something happened on our system. I can find the relevant ticket by searching for keywords. Then I would like…
dfstrauss
  • 103
  • 2
0
votes
1 answer

Trac is unable to read svn repository

I've been following this guide on how to setup svn and trac. Svn was already running, and is functioning as expected, but trac is not. When I go to the trac page it says: Warning: Can't synchronize with the repository (Couldn't open Subversion…
Jelle De Loecker
  • 1,055
  • 6
  • 16
  • 29
0
votes
1 answer

Is it possible to have per-project users for standalone trac?

I'm running a standalone tracd for multiple projects: tracd -p 8080 --basic-auth="*,/path/to/projects/.htpasswd, mycompany.com" -e /path/to/projects The project environments are created under the /path/to/projects and the users are added to…
grigy
  • 241
  • 1
  • 2
  • 9
1 2 3
8
9