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
1
vote
1 answer

Fresh installation of Trac 1.0.1 refusing to run with FastCGI

I have a freshly installed server running Debian squeeze. I've installed Python 2.6.6 and Trac 1.0.1 using easy_install. Trac runs fine when started using tracd. Now I'm trying to configure lighttpd to run Trac using FastCGI. I'm using the following…
Feuermurmel
  • 151
  • 1
  • 8
1
vote
1 answer

Ubuntu upstart script for tracd hangs on start/stop

I'm trying to set up an Ubuntu (12.04 LTS) upstart script to manage Trac's built in web server as an upstream server for nginx. Here is my init script /etc/init/tracd.conf. I used http://codebyko.se/2010/11/26/tracd-with-upstart-on-ubuntu/ (first…
jcampbelly
  • 113
  • 6
1
vote
0 answers

Running trac on a debian server - error writing to trac.ini

I have trac running on my debian server and I set it up using mod_wsgi through apache. Now I have everything setup nicely, except I can never seem to write to a projects trac.ini file through the site. I have set the ini file to be writable: sudo…
ingh.am
  • 273
  • 3
  • 15
1
vote
1 answer

Trac and SVN Ticket Updates on Windows

I am trying to automatically update tickets when I commit a change set on Windows but a little unsure how to do this. The instructions here don't really offer me much…
Tom
1
vote
1 answer

Setting Trac with Apache and mod_fcgi results in either 404 or 403

I am trying to create a trac installation on my private server in order to use it for project management. I followed the instructions for installation and connecting to the apache server that can be found at the official trac installation guide but…
Kiril
1
vote
1 answer

FCGI scripts failing to run on VPS using CentOS 5.5 & Apache, prevents Trac running

Attempting to install Trac on my VPS has been a nightmare. I'm fairly certain that I've got all the necessary files and the system will run if I use the standalone server. However trying to get it set up to be accessible through Apache is proving…
M1ke
  • 175
  • 1
  • 10
1
vote
1 answer

trac-admin hotcopy not working when run from crontab

I've recently updated Trac from 0.11.4 to 0.12.2. I'm using the following shell script to backup Trac installation: #!/bin/sh DIR=/root/backup/trac/ NAME=`date +%Y-%m-%d-%H-%M` cd $DIR trac-admin /var/trac/projects/myproject/ hotcopy ./temp tar -zcf…
Gepard
  • 145
  • 5
1
vote
0 answers

Migrate Trac to Redmine on Different Server

I have two servers - one with trac and one with a new Redmine installation. The trac server has a lot of valuable information on it (wiki pages, etc) that I would like to get to the Redmine server. I have found this migration script online, but…
nuclearpenguin
  • 193
  • 2
  • 10
1
vote
1 answer

Is there a version of ThemeEnginePlugin for Trac 0.12?

I am setting up Trac 0.12.2 and looking for the ThemeEnginePlugin. I tried the plugin version 0.11 with PyOrgTheme, also 0.11. When I try to select the alternate theme, the page shows the python.org theme description, but the label between the…
dmaestro12
  • 172
  • 1
  • 7
1
vote
1 answer

How can I setup the Trac Repository authentication

I'm controlling the user authentication to the repository through apache. So my dav_svn.conf is the following: AuthType Basic AuthName "Subversion Repository" AuthUserFile /etc/apache2/dav_svn.passwd AuthzSVNAccessFile…
Mokus
  • 412
  • 1
  • 11
  • 19
1
vote
1 answer

Setting up apache basic authentication behind a reverse proxy

I'm having difficulty passing htdigest authentication through a reverse proxy setup on machine A, to machine B, which requires the authentication. I'm setting up a home development network, with all the basic tools (Trac, hudson, git, svn, etc..) …
mklauber
  • 133
  • 1
  • 6
1
vote
1 answer

trac: keep trac_auth cookie after web browser closes

Is there a way to set how long the trac_auth cookie should live, so that I may stay logged in even after closing the web browser? From what I can see now, it is set to be deleted at browser exit. I use a standard installation of Trac.
Frank
  • 11
  • 1
1
vote
1 answer

Trac problem: AttributeError: Cannot find an implementation of the "IRequestHandler" interface named "WikiModule"

This problem already has been described mutliple times in different mailing lists, but no solution has yet been published. My original setup is as follows (but in the mean time i have a simpler one on Windows 7): Ubuntu server with apache 2.2 and…
Janosch
  • 111
  • 2
1
vote
2 answers

Sudoers config to allow arguments for git post-commit script

We have a git post-commit script that needs to be run with Git and Trac, when someone commits something a hook is a called that runs the command: trac-admin /path/to/trac changeset added "reponame" $REV Where $REV is dynamic depending on the…
Pratik Amin
  • 3,293
  • 3
  • 20
  • 19
1
vote
2 answers

correct file permissions for trac and git user to access gitolite server repos

In my server I host some git repositories via gitolite, and have a trac for every repository. I have a user called git to push/pull from server (git clone git@server:repo). and trac is a apache vhost with mod_wsgi. this runs with the www-data…
fetzig
  • 251
  • 1
  • 6
1 2 3
8 9