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

How to access Trac server (running Tracd) with computer name instead of IP address

I am running Trac using Tracd as the interface. I can access the server by way of IP address (http://x.x.x.x:8000), but I want to access this by way of the computer name (http://compName) how would I go about this? I'd prefer to not have to use…
Nate
  • 524
  • 3
  • 10
0
votes
1 answer

git-http-backend, ro for all, write requiring password? (with lighttpd)

I'd like to offer up read-only access to my GIT repos for everyone (i.e. no username/password required), but require authentication for writing. The git-http-backend man page suggests this is possible by matching against the location…
Magnus
  • 141
  • 5
0
votes
1 answer

Diagnosing server load/slowness

I have a machine running Ubuntu Server that experienced severe problems today, for no apparent reason. Two of the services that it's running are apache2 and ssh, and during the period the server was slow I wasn't able to access either. I've been…
Filipe Correia
  • 243
  • 1
  • 4
  • 9
0
votes
3 answers

Fedora 11 trac authentication problems

I am currently setting up trac on Fedora 11 using the rpm provided by Fedora. I have everything up and running except authentication. Any time I try to Login I get the error "Authentication information not available" Here is my…
Mark
  • 1,331
  • 1
  • 11
  • 16
0
votes
1 answer

Setting Trac with GIT receiving : "GIT backend not available"

We are a small team that worked with TRAC + SubVersion, post-commit hooks and all :) Recently, we have a situation some developers need to work offline, so all together we decided to move to GIT for it is more advanced altogether with the fact it is…
Tomer W
  • 111
  • 1
  • 1
  • 10
0
votes
1 answer

Trac + git + post-receive hooks -> Git user cant call trac-admin correctly

after some time I finally made the trac connect with git, but now I'm having problem setting the post-receive hook. My git user is part of www-data group, and www-data also parta of git group. But the problem is this, the post-receive hook uses this…
Arruda
  • 101
  • 1
0
votes
1 answer

Post-Commit Hook with Trac

So I followed the instructions of the great post left here https://stackoverflow.com/questions/1113010/post-commit-hook-with-trac-and-svn and the associated posts mentioned for Trac + VisualSVN on windows. I have set everything up - and when I run…
Tom
0
votes
2 answers

Missing WYSIWYG controls in Trac

I'm not sure whether this was the case right after the Trac installation or as the result of some misconfiguration. Below is a screecapture of a wikipage in the edit mode, where the standard WYSIWYG controls (expected to be present just above the…
01es
  • 101
  • 5
0
votes
1 answer

Trac base URL not rewritten when deployed via htaccess

How do I convince trac to omit trac.cgi from its internal links? I have a trac instance deployed in a user directory using htaccess and mod_rewrite, and would like the URLs to be of the form http://example.com/foo/ticket/1. Editing the server config…
0
votes
1 answer

Bash SVN Post Commit Hook

I have a working post-commit hook bash script that syncronises a Trac instance with the latest revision for an SVN commit. #!/bin/sh TRAC="/var/trac/" REPOS="$1" REV="$2" if [[ "$REPOS" = "*TechReader*"]]; then trac-admin $TRAC"techreader"…
0
votes
1 answer

How do I get trac 12.2 to work on RHEL5's httpd with CollabNet SVN 1.6.17 (which has its own httpd)?

I installed CollabNetSubversion-client-1.6.17-1.x86_64.rpm, which installs httpd v2.2.19 # /opt/CollabNet_Edge/csvn/bin/httpd -v Server version: Apache/2.2.19 (Unix) I installed Trac-0.12.2.tar.gz. On the Apache httpd that comes with RHEL5, which…
Mark Rajcok
  • 103
  • 6
0
votes
2 answers

How to get linux start a script when files did changed

i'm not that good configuring a linux server. So i hope someone can give me a hint for my problem. I have installed trac for managing projects. It contains a plugin for doxygen. As far as i know i need to generate the doxygen output by myself. So i…
kshala
0
votes
1 answer

Cannot complete trac installation because python-genshi is missing

I try to install trac on my suse root server. So first I installed all svn packages using yast. After that I searched for python in yast in software management because I have to intall following…
DarkLeafyGreen
  • 273
  • 5
  • 7
  • 23
0
votes
1 answer

SVN trac post-commit hooks work when using checkout from real path, not via symlink or rebased path

I recently migrated our company's svn repositories to a new server and for the most part it works fine. The old main repository was in /var/svn (as in repo files directly in the svn directory), with other repositories setup in /var/reponame, a bit…
Alex Forbes
  • 2,392
  • 2
  • 19
  • 26
0
votes
2 answers

How can I set up Trac to run on a webserver?

I'm setting up Trac for a project on a Windows Server 2003 which already has Apache2.2 and Virtual SVN already installed and in use. I managed to install Trac and run it on its in built stand alone server but I can't seem to get it to run on the…
Cle13
1 2 3
8 9