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
3 answers

Trac preferences only for authenticated users

After installing my Trac instance I removed the anonymous user since I don't want anonymous users to enter the system. However, when browsing to the Trac instance and failing to log in (authentication is handled by Apache using an htpasswd file),…
Luke
  • 3,756
  • 7
  • 35
  • 39
1
vote
1 answer

Getting SVN repos info for fresh Trac install

I was wondering if it is possible to get the subversion timeline information of an existing repository to show up in a fresh Trac installation? I currently see that if I have an existing repository that Trac only sees the part of the svn timeline…
Luke
  • 3,756
  • 7
  • 35
  • 39
1
vote
3 answers

tracd multiple projects+nginx reverse proxy

I am trying to setup nginx with a reverse proxy to tracd, however I only want to use 1 tracd. Now first here's my config for this domain server { listen 80; server_name bugs.XXXXXXXX.com; access_log …
Not Available
  • 246
  • 1
  • 15
1
vote
1 answer

Trac causes RuntimeError: instance.__dict__ not accessible in restricted mode

I have the below Apache configuration. The following services are on each port: 8022 - Apache. Testing port, in the long run it will be port 80. 8002 - XDV, a themeing proxy which sits in front of a number of other services. 8202 - Trac,…
Jon Hadley
  • 305
  • 2
  • 7
  • 20
1
vote
2 answers

Can a trac backup be restored onto a older version, 0.11.7 -> 0.11.6

I'm having to migrate a trac installation from 0.11.7 to another host who only provides 0.11.6. I am not able to update the older installation. My question is, Is it possible to migrate? What will I lose (if anything), and What problems will I…
bramp
  • 230
  • 2
  • 8
1
vote
1 answer

How can I use the current ticket number while customising the trac template file?

I'm trying to customise trac. I'd like to add a small "Useful links" section inside the "action" box when viewing tickets. I have edited the site.html file in the trac templates directory as documented in on this wiki page as follows:
Tom
  • 4,157
  • 11
  • 41
  • 52
1
vote
1 answer

HowTo turnoff Apache2 cache on Ubuntu?

Here is my problem: after default installation of apache2 for Ubuntu it's started to retrieve old pages for Trac, for example, I made a small changes (simply edit page) in trac-wiki section, push "Submit" button, and after the page updated I saw a…
mosg
  • 235
  • 1
  • 2
  • 11
1
vote
1 answer

Trying to setup trac but failing

I'm trying to setup a trac environment under Snow Leopard Server. I am now failing on the apache part. In the apache error_log is the error Oops... Trac detected an internal error: No module named trac.web Traceback (most recent call last): …
John Smith
  • 125
  • 6
1
vote
2 answers

Is there a Trac or Redmine host that allows you to install plugins?

Google tells me that there are a fair few companies that offer hosted Trac and Redmine. So far I have tried Assembla who provide Trac hosting for free, but they don't allow plugins. I am prepared to pay for a managed solution, but we need it to have…
Nick Bolton
  • 5,016
  • 12
  • 51
  • 62
1
vote
1 answer

How to debug Trac?

I have installed Trac and it reports the following error when I'm trying to access its page: Internal Server Error TracError: IOError: (13, 'Permission denied') Any suggestions what needs to be checked?
grigy
  • 241
  • 1
  • 2
  • 9
1
vote
2 answers

Trac changesets not displaying

I have set up Trac v0.11.6 to integrate with our VisualSVN server. It all seems to work fine, except when I am viewing source changesets, it only shows the files that have changed, not the actual diff of what has changed in the file. In addition,…
Robin Weston
  • 131
  • 1
  • 7
1
vote
2 answers

How to use Ubuntu Lucid Server as SVN/Trac server

Does anyone know of a tutorial for setting up Trac and SVN on a Ubuntu 10.4 Server machine? Thanks in advance!
Mark Szymanski
  • 169
  • 3
  • 8
1
vote
1 answer

Where is the plugins directory for Turnkey Trac?

I setup a Turnkey Trac virtual machine and am trying to set up the LdapPlugin to use use authentication through a local Active Directory. I tried using easy_install http://trac-hacks.org/svn/ldapplugin/ to install it and it claimed to have…
Tomek
  • 215
  • 3
  • 8
1
vote
1 answer

Mercurial with Trac on mod_wsgi

I'm trying to set up a Trac environment running on Apache+mod-wsgi+Mercurial. I've set up everything according to the install docs. However, when I open up the URL to my Trac environment I get: Warning: Can't synchronize with the repository…
47.
  • 131
  • 4
1
vote
1 answer

Attachments not showing up in Trac

I'm having problems getting attachments to work in a new Trac installation. I'm running Trac 0.11.1 on Ubuntu 9.04. I'm relatively new to Trac, so hopefully I'm just missing something obvious. After uploading an attachment, I'm sent to an empty…
Kjetil Limkjær
  • 1,983
  • 2
  • 15
  • 16
1 2 3
8 9