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
2
votes
1 answer

Configuring new Trac 1.0 does not get its svn versions updated

On my Ubuntu I have installed: trac 1.0 SVN 1.6.17 trac plugin for subversion Then I configured my repository. When I set it it requested me to sync my repository and I did. When I did that the versions were visible in Trac: I could see the…
Boris Strandjev
  • 151
  • 1
  • 8
2
votes
0 answers

Trac standalone reading htpasswd file, but still says Authentication information not available

I am having some problems correctly configuring my trac server. I'm running Tracd 0.12.1 on a Synology DS411. I've followed this guide, I can browse the issues in trac, but if I try to log in, it tells me the following error: Trac…
Frederik
  • 121
  • 3
2
votes
2 answers

Can't locate API module structure `mod_wsgi'

I'm working on setting up Trac to use wsgi, and am running into trouble getting mod_wsgi working. I downloaded and installed mod_sgi. [box]# apachectl configtest httpd: Syntax error on line 214 of /etc/httpd/conf/httpd.conf: Can't locate API…
a coder
  • 719
  • 4
  • 20
  • 37
2
votes
1 answer

Apache 'sometimes' delivers trac.css as text/plain

I am using a http://bitnami.org installation of TRAC. The issue I have is similar to this one but Apache will only sometimes deliver the trac.css (/trac/PROJECT/chrome/common/css/trac.css) as text/plain instead of text/css. When it does the CSS is…
laktak
  • 626
  • 2
  • 9
  • 16
2
votes
1 answer

Setting up trac with PostgreSQL - How to set encoding to UTF8?

So I've been looking to install trac on my debian server with PostgreSQL. I setup everything as per the docs but when trying to run trac-admin /path initenv I get this error for database encoding: DataError: character 0xe282ac of encoding "UTF8" has…
ingh.am
  • 273
  • 3
  • 15
2
votes
1 answer

Use robots.txt to prevent crawlers from getting old versions of Trac pages

looking at my Apache access.log I see that crawlers tend to get old versions of pages and documents, like: 119.63.196.86 - - [10/Jun/2011:10:36:31 +0200] "GET /wiki/News?version=14 HTTP/1.1" 200 6073 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0;…
2
votes
3 answers

Where is the environment variable?

I have an apache2 server with active mod-wsgi, but I can't get the environment variable PYTHON_EGG_CACHE. Here the important lines out of my virtualhost.conf: DAV svn SVNParentPath /var/svn SVNListParentPath Off WSGIProcessGroup…
2
votes
3 answers

fcgid, suexec, and userdir

I'm trying to set up per-user trac instances, using fcgid. The problem is that trac requires rw access to the trac instance, so I need the fcgi process to run under the respective user. I have the suexec, fcgid, and userdir Apache modules installed…
Martin v. Löwis
  • 580
  • 4
  • 15
2
votes
1 answer

trac ignores svn authorization settings

I am using VirtualSVN + Trac-plugin on Windows for multi-projects. I have configured users and groups in VirtualSVN, so that only authorized users/groups can access specified resource. For instance: Customer1 can access Repository1 and…
stanleyxu2005
  • 179
  • 1
  • 1
  • 8
2
votes
1 answer

SVN/Trac - OPTIONS reponse did not include requested activity collection set

We have a trac server on our network, and when I run the following: svn co http://trac.theserver.com/browser/trunk/thefolder . Then I put in my LDAP password, and I get this svn: The OPTIONS response did not include the requested…
Jake Wilson
  • 8,494
  • 29
  • 94
  • 121
2
votes
4 answers

Best practice to share or allow access to trac and svn to wan internet users security?

What is considered best practice for sharing or allowing users from the internet that are not company related to have access to trac and svn? Should it be on a DMZ, should it be internal with some form of SSH connection or using an https? If you…
dasko
  • 1,244
  • 1
  • 22
  • 29
1
vote
3 answers

Dump Trac DB on Windows/XAMPP

I have a Trac instance running on a WindowsXP machine with XAMPP. I am trying to migrate the trac instance to a newer Linux-based machine. However, I'm having a hard time getting the database to cooperate. I try to dump the db with this…
Whiteknight
  • 183
  • 1
  • 1
  • 5
1
vote
1 answer

WordPress plugin for TRAC?

Any kind of WordPress plugin for TRAC? How to install, where to get? Analogs? Main problem is to have some normal blog for track with full html support Flash Silverlight etc.
Ole Jak
1
vote
2 answers

Trac/Apache Displays Script Contents (WSGI)

I am struggling with a new Trac 1.0.3 install (from source after having same issue installing via easy_install). Debian 7.8 Apache 2.2.22 Python 2.7.3 Genshi 0.6 Sqlite 3.7.13 WSGI 3.3 I created the Trac environment in /var/trac and…
user1801810
  • 133
  • 5
1
vote
1 answer

trac: "Internal server error (500)" with mod_fcgid and mod_suexec

I try to setup Trac on a shared server with shell access, SW is Trac 1.0.1, Python 2.6.6, Apache 2.2.15 with mod_fcgid and mod_suexec. I've set it up following the instructions from the wiki of my hoster, https://uberspace.de/dokuwiki/cool:trac…
panne
  • 21
  • 5
1 2
3
8 9