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
12
votes
4 answers

How do I backup my TRAC installations?

We use separate TRAC instances as our ticket system for many projects and need to have them moved off site several times a day for disaster recovery. What is the best way to make this happen? Is there something similar to svnsync for subversion?
Mike Schall
  • 241
  • 2
  • 5
8
votes
3 answers

How can I remove a trac user's e-mail address?

We have some users that have left the company and we have suspended their e-mail address, but trac continues to send notifications to these addresses. How can I remove the e-mail address from their trac profile?
g .
  • 256
  • 2
  • 5
8
votes
1 answer

Apache, Trac and LDAP - how to glue them all together?

I'm trying to set-up Trac to authorise users via the LDAP plugin on a Debian (Lenny) server. LDAP appears to be working correctly, I can query successfully via: ldapsearch -vLx -h 127.0.0.1 -b "dc=example, dc=com" "(sn=mysurname)" And if i…
Jon Hadley
  • 305
  • 2
  • 7
  • 20
6
votes
3 answers

Configure FastCGI for Python

I have nginx running on a VM and I want to run a Trac site. I need to run a python FastCGI server, but I cannot tell which is the server to use. I have found the following: Lighttpd spawn-fcgi But this seems to require that you compile lighttpd…
Rob
  • 185
  • 1
  • 8
5
votes
2 answers

Using wget to fetch password protected website (trac wiki page)

I want to write a bash script that will notify me about changes on a trac wiki timeline. Unfortunately I can't "login" (it needs cookie for next logins). wget http://someserver.com/trac/xxx/login \ --save-cookies=cookies --keep-session-cookies wget…
Maciek Sawicki
  • 760
  • 1
  • 8
  • 21
5
votes
2 answers

Setting REMOTE_USER for Trac in Gunicorn behind Nginx

I want to run Trac in Gunicorn, behind Nginx. Nginx handles user authentication via LDAP (which works), but I can't get the REMOTE_USER passed to Trac. For uWSGI I would configure Nginx like this (tested and it works): uwsgi_param REMOTE_USER…
Jan Fabry
  • 836
  • 1
  • 10
  • 18
5
votes
5 answers

Trac with mod_python slow?

I have some Trac installations running on my Ubuntu/Apache web server and I've noticed that when I monitor the CPU usage while accessing Trac pages that it is not uncommon for the CPU to spike up to a 100%. It concerns me that this happens with just…
Luke
  • 3,756
  • 7
  • 35
  • 39
5
votes
2 answers

push commits to git (gitolite) repository messes up file permissions (no more trac access)

already posted here so feel free to answer there. everytime i commit/push something to the git server the file permissions change (all added/edited files in the repository have no read and execute access for the group). thus trac can't access the…
fetzig
  • 251
  • 1
  • 6
4
votes
3 answers

Trac + SVN: Why post commit hook doesn't work?

I want to use the standard Trac post-commit-hook for SVN. I'm using Trac 0.11.4 and have downloaded this hook from their site. I've put it into /usr/local/bin/ and chmod +x'ed it. The post-commit hook in /var/svn/myrepo/hooks/ looks just as Trac…
user26650
4
votes
2 answers

WYSIWYG or WYSIWYM for trac?

How do I go about setting up some kind of WYSIWY* input for Trac? I found this page, but that seems to be just a list of ideas/possibilities. I also found this, but that seems to be out of date (it mentions a patch for 0.10 - I'm on 0.11), plus it…
sprugman
  • 213
  • 1
  • 2
  • 4
4
votes
4 answers

Python SVN Bindings - ImportError: No module named svn

I have recently updated my server using apt-get upgrade and then suddenly trac started showing the following error message: Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look…
d_inevitable
  • 209
  • 1
  • 6
  • 19
4
votes
4 answers

Install Trac Without Setting Up a VirtualHost in Apache?

I'm trying to set up Trac to test out it's functionality, and the only guides I can find online talk about setting up a VirtualHost. Right now I am under the impression that I need access to a DNS server to properly use the VirtualHost directive,…
jobu1324
  • 475
  • 4
  • 9
  • 17
4
votes
1 answer

Is it possible install one instance of Trac for multiple independent projects?

I want to set up an SVN/Trac environment for multiple projects, something like the GitHub. It will host multiple projects with multiple developers in each. For simplicity the developers can be independent from other projects. I want to setup this…
grigy
  • 241
  • 1
  • 2
  • 9
4
votes
1 answer

Dynamic subdomains, mod_python and trac

I'm going to be running multiple subdomains, eventually too many to be able to each have their own config files. I have the vhosts working how I want them so each subdomain has their own folder eg /web/test which will serve webpages for that…
user34260
3
votes
5 answers

setting up tracd behind mod_proxy?

I'm having trouble setting up mod_proxy and tracd. Seems almost all the search results for this problem take me to the built-in trac documentation page that mentions it as an option. I have several VirtualServers already running on the box in…
FilmJ
  • 756
  • 2
  • 9
  • 16
1
2 3
8 9