trac

mod_python caching of variables

I'm using mod_python to run Trac in Apache. I'm developing a plugin and am not sure how global variables are stored/cached. I am new to python and have googled the subject and found that mod_python caches python modules (I think). However, I would expect that cache to be reset when the web service is restarted, but it doesn't appear to ...

Why would you choose TFS over Trac + SVN + VisualSVN

For what reason would you choose Team Foundation Server over a combination of Trac + Subversion + VisualSVN in a small Team (<5 developers) as your source control, issue tracking and documentation platform? ...

Automatic assignment of tickets with Trac

Hello, I'm using Trac (v0.11), and I'd like to: automatically assign a ticket to someone, as it's opened, basing on certain rules hide the "assign to" and "CC" fields from the "new ticket" screen How can I do that (scripting, workflows, etc.)? Thanks ...

Customizing Trac: remove standard footer

We use hosted Trac. It uses Genshi templates. I think we can submit our own site.html. We want to get rid of Trac standard footer. What is the most elegant way of doing that? I suspect that the answer is in some nice Genshi trick. I don't know Genshi nor Trac's additions to it. I tried couple of things on a hunch, none worked. I tried...

Trac wiki page list

I create some documentation in the Trac wiki. I set these pages to all start with the same pattern (like "MyDoc..."). I want to retrieve from Trac all the wiki page links for the pages starting with this pattern. Is there a way to do so ? ...

How do you use Edgewall's Trac?

We've been using Edgewall's Trac and a plethora of Trac-Hacks to manage a large development project. It serves as a front-end to our SVN repository, it is our project wiki, and we've progressively built a nice toolchain to tie it all together. (We especially love the integration between Trac and SVN using Tortoise, TracExplorer, and post...

How do I submit a bug to Tracker, MantisBT, or Trac programatically?

I've got a program that I've been working on at home for a while, and I decided finally to throw it up on SourceForge. SourceForge offers Tracker, MantisBT, or Trac for bug tracking. My app already has a "Sorry, an error occurred" dialog, but I'd like to add a "Complain about it" button that will submit a bug to my bug tracker. Has an...

Trac and VisualSVN Walkthrough?

Hi Guys, I am just wondering if anyone knows of a detailed Trac and VisualSVN Integration Walkthrough ? There is a plugin that was released for http://www.visualsvn.com/server/trac/ - but it seems that it there are lots of issues ? Does anyone know of a walkthrough ? Thx ...

Tools to manage manual testing results - possibly integrated with trac?

At work we currently use Trac to manage our test cases. However, we have quite a few TCs that are listed on test plan wiki pages instead of tickets. My manager has recently become interested in better documenting the results of manual testing. While this is a noble goal, and several of the people on the QA team are quite gung-ho about t...

Python Win32 Extensions not Available?

Hi Guys, I am trying to get a post-commit.bat script running on a Windows Vista Ultimate machine for Trac. I have installed Trac and its working fine - but when I run this script I get the error: "The Python Win32 extensions for NT (service, event, logging) appear not to be Available." Anyone know why this would occur ? ...

Post Commit Hook with Trac and SVN

Hi Guys, So I am having a few problems with settings this up. Let me explain. I have three files in my d:\svn\hooks file (D:\ is not windows drive) post-commit.bat trac-post-commit-hook.cmd trac-post-commit-hook I have setup the post-commit.bat file in d:\svn\hooks file with the following %~dp0\trac-post-commit-hook.cmd %1 %2 In m...

Post-Commit Hook with Trac

Hi Guys, So I followed the instructions of the great post left here http://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 the "post-commit.cmd" - I get no errors at all. My problem is - that Trac does ...

Post-Commit Hook & Trac

Hi Guys, Having a few issues with my post-commit hook script and track - hoping someone can help. The scripts all work fine - no errors - but for some reason trac doesn't update. I turned on logging and found this: Trac[svn_fs] DEBUG: Subversion bindings imported Trac[cache] INFO: repos rev [363] != cached rev [362] 2 Trac[cache] INFO...

Trac vs. Redmine vs. JIRA vs. FogBugz for one-man shop?

Background I am a one-man freelancer looking for a project management software that can provide the following requirements. I have used Trac for about a year now. Tried Redmine and FogBugz on Demand for a couple of weeks. Never tried JIRA before. Basically, I'm looking for a piece of software that: Facilitates developer-client commun...

trac-past-commit-hook on remote repository

Trying to set up the svn commit with trac using this script. It is being called without issue, but the problem is this line here: 144 repos = self.env.get_repository() Because I am calling this remotely self.env_get_repository() looks for the repository using the server drive and not the local drive mapping. That is, it is looking fo...

When using mylyn trac connector how to attach screenshot?

I am using trac 0.10.3 but I am about to upgrade to the 0.11 version soon. I have started using the mylyn connector in eclipse and I am finding it great, after watching the introduction here http://tasktop.com/videos/mylyn/webcast-mylyn-3.0.html (well worth the watch if you have a spare half an hour) From viewing this I see it is poss...

What are the steps need to get an icon on Trac after install peer review plug in?

What are the steps need to get an icon on Trac after install peer review plug in? ...

web based subversion viewer

Is there a tool that allows me to point to a subversion repository to browse the contents of the repository. I am thinking something similar to what trac provides with SCM. I describe some of the features here for those not familiar with trac's source integration: access it from a browser - it must be a webapp ability to view any versi...

Subversion download files modified between 2 revisions

Hello. We are currently using trac and have become really dependant on one of its features. If you go to browse source you can hit view changes and see all the diff's between 2 revisions. And the thing we love is that you can download a zip file that contains all the files modified in theyr directory structure. Is there another alterna...

How would I hook Trac up to multiple repositories?

in this case I don't want to use the ticketing system or the wiki, simply connect it to browse multiple repos. I would think it would be as easy as having a script update the repository link in its conf.ini file every time you wanted to look at a new repo, right? ...