trac

Trac - suggested permission levels for developers & managers

I'm a fan of Trac, and of course when I'm just using it for my own, lone, projects I can just give myself full admin rights. When there are other developers involved, or a not-very-technical manager (or, for that matter someone that is a designer rather than hard-code developer), that needs to be able to keep up with what is happening -...

How can I provide a more robust link between SVN commits and tickets

I'm just trying to hook Trac/SVN together so that my SVN commits manage my Trac Tickets. I've read the documentation and understand (kind of) that the ticket updates rely on a dev using the correct syntax in the comments field which not to put to fine a point on it I think is um... lets use the world unreliable to avoid offending anyone...

How do I adjust the Wordpress URL handling to ignore certain directories?

I'm using Dreamhost's WordPress, Subversion, and Trac installations. My Subversion repositories are all in /repos/[projectname] and my Trac installations are all in /trac/[projectname]. I also have some other directories, such as /webapps/[appname] for web applications that I am working on. However, if I go to /trac/[projectname] in my b...

Trac to Bugzilla Migration?

Any tips, scripts, or other artifacts that will make importing data from a Trac instance into a Bugzilla instance less work? We have a modified Bugzilla, so it's likely that importxml.cgi won't be a good choice. Even if that were available, then the problem becomes "how to map Trac data to Bugzilla data." As icky as it might be, I thi...

Trac page with SVN directory list?

Say I have repository structure like: /svn /Department A /MyProj1 /MyProj2 /MyProj3 I'd like to have a page on my Trac wiki which looks like: Projects under Source Control for Department A: - MyProj1 - MyProj2 - MyProj3 Is there an existing plugin, macro, or other neat Trac trick to allow this? I tri...

Tried redmine and trac, but none of them allows me to share milestones and bugs between projects

Do you know a good alternative to redmine or trac which allows such a feature? I've also tried fogbugz, but is too poorly integrated with the svn repository browsing (and there is no sign of code review support). ...

trac: submit tickets from remote website

i have trac setup on a machine that's different from my website, what i want to do is, everytime there is error(like when direct to a 404/500 pages) on the website, it will automatically submit a new ticket to server with trac installed, i tried to use the most intuitive way: http://www.example/trac/newticket?reporter=anonymous&sum...

TortoiseSVN never runs post-commit.bat

Hi! I have set up my subversion/trac environment on Windows (Now Win7, previously tried on Vista) and all works perfectly. But I can't get my post-commit to work. Here's the setup (using VisualSVN and Trac running on Apache): C:\Users\Martin\Repositories\test_svn\hooks: post-commit.bat: call %~dp0\trac-post-commit-hook.cmd %1 %2 tr...

A TRAC-Like software

I tried TRAC before and knew how powerful it is But I'm having lots of difficulties to to put it on an online host, it needs lots of resources and can't put it on a regular paid host So I wanted to know if there is a TRAC-Like but written with PHP or something, I need it to have SVN, Wiki, Ticket issuing and maybe Forums ...

Get number of added hours in Trac's Estimation and Time Tracking plugins

We are using Estimation and Time Tracking plugin for Trac. I want to create the query that would show all additions of hours to tickets (As in Add Hours to Ticket). Let's say we have developers: John, Fred and Peter and tickets Foo and Bar. I want to see something like this: Ticket Developer At HoursTotal ---------------------...

Trac Workflow blocking

Is there a way to block a given change based on the user role? For example, I don't want any developer to be able to change a ticket status from 'development' to 'closed'. I want it to go through 'test', and allow 'test' to 'closed' only to users with the test role. ...

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 Trac to use the tickets we are already making? ...

Installing Trac with Subversion 1.6

I'm trying to set up Trac on my server and have successfully installed it, compiled the bytecode and run the tracd server. The only problem is that it's not reading my SVN repository. The error I'm receiving is: Warning: Can't synchronize with the repository (Couldn't open Subversion repository /data1/repos: SubversionException: ("E...

Trac task context sharing with mylyn

I've got trac working with mylyn (in eclipse obviously) through xmlrpc. Yay for six hours of my life. I can attach and retrieve context to tasks in trac. Question setup: I have a project checked out into two workspaces. In workspace 1, I activate a task, open some files, edit some stuff, commit the changes to svn, and attach the cont...

Kanban board plug-in for Trac

Is there any plug-in/app for presenting/managing tickets from Trac bug tracking system on Kanban board? For example, I want to be able to change the status of Trac tickets by dragging-dropping them accross the board. I tried some standalone tools like AgileZen but but I couldn't find a way to integrate them with Trac. ...

Replace a trac site with a basic redirect page

We have trac site set up to listen on /tracproj/, this swiftly passes control onto mod_python and does some python magic (I'm a php coder :-p); anyway. I have a project at /tracproj/{projectname} and I'd like to replace all requests to that url with another page that redirects them elsewhere (We're migrating one trac to anotehr bug trac...

Codaset, Codebasehq, Unfuddle, Trac or Redmine?

I have a handful of small Git repositories I would like to host remotely. They're all private projects, most of them in Java. Codaset, Codebasehq, Unfuddle, Trac, Redmine.. There seems to be an abundance of solutions out there. They're all packed with features and useful functionality. Putting aside pricing and the glossy layouts, what...

How do I get the remote user agent inside a Genshi template when using Trac, and WSGI?

I'm trying to do some customization of a Trac project management website and have run into an interesting problem. The project has a set of images that are both SVG and PNG. The SVG images have numerous advantages including multiple hyperlinks and a smaller transmitted size against PNG which is bigger and can only link to a single docu...

trac: custom ticket state not visible in timeline

I am using AdvancedTicketWorkflowPlugin 0.10dev and I have created my own ticket state (claimed_fixed). Everything seems to work, but changes about claiming fixed are not visible in the timeline. I checked timeline section in trac.ini, but haven't found and place I need to change. What I have to do, to make it visible? ...

trac and subversion

What kind of integration does trac have with subversion repositories? Is it simply being able to view the source files or is there more to it? ...