Questions tagged [trac]

Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management.

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. It is developed and maintained by Edgewall Software.

Trac is written in Python. Until mid-2005, it was available under the GNU General Public License; since version 0.9, it has been released under a modified BSD license. Both are free software licenses.

Mission: to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies.

It provides an interface to Subversion (or other version control systems), an integrated Wiki and convenient reporting facilities.

Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all current and past project events in order, making the acquisition of an overview of the project and tracking progress very easy. The roadmap shows the road ahead, listing the upcoming milestones.

719 questions
3
votes
1 answer

Is there a Scrum plugin for the Roundup Issue Tracker?

Is there a Scrum plugin for the Roundup Issue Tracker similar to Agilo for Trac? I realize that Roundup is an issue tracking system, whereas Trac is designed to be an integrated project management, SCM, and issue tracker. Therefore, maybe a better…
Matthew Rankin
  • 457,139
  • 39
  • 126
  • 163
3
votes
3 answers

can trac hook into a subversion repo that is on another server?

when using trac, I understand it lets you hook into subversion to see the source code etc. in the browser. does the subversion repo have to be on the same server as the trac install?
mrblah
  • 99,669
  • 140
  • 310
  • 420
3
votes
1 answer

How do I create a git post-commit hook for trac repository integration

I'm using trac v1 (which includes the Git plugin) on linux to trac multiple git repositories within the same trac installation. When I add a new repository to this trac installation it tells me: "You should also set up a post-commit hook on the…
geoidesic
  • 4,649
  • 3
  • 39
  • 59
3
votes
1 answer

import error for compat in NLTK and using BrowServer for browsing the NLTK Wordnet database for lemmatization

Extension to the use case here - NLTK words lemmatizing I have nltk installed on my computer(with all modules & corpus from the book). My use case is to explore and contrast some lemmatization and stemming approaches for my dataset (I tried Porter…
ekta
  • 1,560
  • 3
  • 28
  • 57
3
votes
3 answers

Scrum Project Managment w/ Trac Integration

Currently we use Trac to manage all of our tickets (bugs, enhancements, and new projects). It lacks a nice ability to map out the projects, releases and do time estimations. Is there a good scrum project management system that would integrate with…
Kevin
  • 39
  • 2
3
votes
2 answers

svn can't connect to host 'localhost'

I started two days ago to set up an SVN environment on my local machine (win). I installed subversion + Tortoise SVN two days ago and created the first test project. Opening the link svn://localhost in my browser showed the Repository Browser with…
misterjinx
  • 2,606
  • 3
  • 27
  • 29
3
votes
1 answer

svn track changes in single file throughout the project

I am in a situation where we have used a plugin in our project, I am a front end developer so, a guy blamed on me that I have made changes directly inside the plugin code which is obviously a bad practice but I am pretty much sure I didn't do it.…
vats
  • 53
  • 1
  • 6
3
votes
2 answers

post-commit-hook.bat (Windows+VisualSVN Server +Trac 0.12) close ticket from commit

Windows + VisualSVN Server + Trac 0.12 I want, that tickets automatic close, when commit text have "close #2" (or other command, all the same)
couatl
  • 416
  • 4
  • 14
3
votes
1 answer

Force mail client to use text rather then HTML through mailto:

I'm using SubVersion and TRAC on a C# project I am working on, and I have my TRAC system setup with a email address that can be used to create tickets. In my program I've added a simple "FeedBack" button in my program which sends an email to this…
Eric Anastas
  • 21,675
  • 38
  • 142
  • 236
3
votes
1 answer

Can Gerrit replace Trac for issue tracking and code browsing

My system contains: Multiple git repositories, Trac 0.12.2 for issue\feature tracking, wiki pages and code browsing (diffs etc.) Jenkins for CI, it pushes versioning changes to git when releasing. I want to move to gerrit bexause of its code…
Ofir Farchy
  • 7,657
  • 7
  • 38
  • 58
3
votes
2 answers

Include date closed in Trac custom report

I'm using the following to show tickets that have been closed, with newly closed tickets at the top: SELECT p.value AS __color__, id AS ticket, summary, component, version, milestone, t.type AS type, owner, status, …
a coder
  • 7,530
  • 20
  • 84
  • 131
3
votes
5 answers

Issues with a very large SQL query

Problem: I'm creating a Trac report that shows how many tickets are at each stage in our development cycle per chapter of our library. A tickets represents a single piece of work, usually an individual routine. For instance how many tickets for the…
Chris Seymour
  • 83,387
  • 30
  • 160
  • 202
3
votes
3 answers

Getting "database is locked" error messages from Trac

Wondering if anyone has gotten the infamous "database is locked" error from Trac and how you solved it. It is starting to occur more and more often for us. Will we really have to bite the bullet and migrate to a different DB backend, or is there…
Epaga
  • 38,231
  • 58
  • 157
  • 245
3
votes
2 answers

git receive-pack stops with 0000

I'm very new to git and currently trie to setup an environment with gitolite and trac on opensuse. I managed to migrate an old svn repository with the scripts from http://john.albin.net/git/git-svn-migrate. Now I'm stuck with the…
user1388903
  • 191
  • 2
  • 8
3
votes
1 answer

Automatically Generating Release Notes from Trac

One of our web apps is deployed to a number of different servers for access by users at that site. We use Trac to manage the bugs/work items, but we're looking for a way to automate the release notes so that users whose server is upgraded will see…
Cade Roux
  • 88,164
  • 40
  • 182
  • 265