trac

How to debug XML-RPC (Java)

I am just stepping into the world of XML-RPC to access a Trac server. How can I debug if I have access to the client only ? Some code snippet: import java.net.URL; import java.util.Hashtable; import org.apache.xmlrpc.client.XmlRpcClient; import org.apache.xmlrpc.client.XmlRpcClientConfigImpl; import org.lustin.trac.xmlprc.Wiki; ... ...

When using Trac and SVN together, how will I know that a file is committed to solve a certain ticket?

For example, a file is modified to do an enhance ticket, what I want to do is associated the committed file to the ticket. When using Trac and SVN together, how will I know that a file is committed to solve a certain ticket? Is this possible? Thank you. ...

Edit components list in trac

How to add/edit components list in trac. Where's the 'trac.ini' file found? ...

Trac plugin with graphical representation of Milestones and Tickets

Hi, Do you use any trac plugin to represent graphically the roadmap with the various milestones and tickets ? If so, which one ? I find the view of active tickets really blur. I would like a tree-like representation of my various milestones with the tickets attached, a kind of complete map of my project. I've seen the Gantt plugin is...

Is there a wiki processor for Trac to format and colour Python tracebacks?

Understandably many of the tickets we file in Trac contain tracebacks. It would be excellent if these were nicely formatted and syntax highlighted. I've conducted a cursory Google search for a Python traceback wiki processor and have not found any quick hits. I'm happy to roll my own if anyone can recommend a traceback formatter (stand...

How to define parent and subpages in Trac?

I know the Confluence wiki pretty well, and I like much the natural hierarchy of pages you get there. I have to use now a Trac wiki (which is not that bad, same root as MoinMoin), and am searching the feature here. What I want to reach: Edit the page "MyPage" and enter there the link to a page you want to be a subpage, eg. MySubPage. T...

How do I change the default landing page in a Trac wiki?

A default Trac installation will display the WikiStart page as its home page. I'd like it to display another page. How do I do that? I was unable to find anything with Google, as any request with "Trac" in it will return links to every opensource project that uses Trac. ...

Trac configured to access Perforce repository?

Have someone used with success TRAC ticketing + wiki system accessing a code base residing in Perforce repository? I've browsed in the TRAC related web sites and found this one, but the latest change on the page is something like an year ago, so I have concluded (correct me if I'm wrong) that the plugin is hardly in working state OR tha...

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 address. To open the email I'm just "starting" a mailto link as shown below. System.Reflect...

trac "OperationalError: attempt to write a readonly database" problem with visualsvn

Hi All, I have installed the latest VisualSVN (2.0.5) and its trac-package on WindowsXP, but ran into a problem. The trac system works, except the "Timeline" tab. When I clicked on it, I saw Oops… Trac detected an internal error: OperationalError: attempt to write a readonly database Does anybody have any idea, why it does not works...

How do you document sample programs?

Let's say you have to [write from scratch, rewrite, refactor] a sample program illustrating how to do something quite specific with some middleware/SDK/library, or maybe just some programming technique, all of this for learning purposes. How do you document the sample programs? I'm asking that because I found that even with complete re...

Linking a Ticket in Trac to a Changeset

By using Intertrac we are able to link the change set to a ticket using the syntax: prefix:#ticketnumber This is useful when viewing change sets and seeing which tickets it links to. I also noticed you can do a search on the above link and it will return all the changesets pertaining to that ticket, my question is How can we insert a ...

Receiving "MERGE" 200 OK error when committing using trac-post-commit-hook

When running a commit with the trac-post-commit-hook I receive a MERGE 200 OK error, I understand that this means that the commit has succeeded on the server but the file status has not updated on my local machine. But I can't find anyway to fix this issue. Would this be a problem with my setup or something in the script. I'm using s...

how can I use custom css style in the default theme of trac?

Hi, I have some trouble with my trac installation (version 11.4). What should I do to change i.e. some colors in the default theme? I've found various tips in the net, but nothing worked yet as most tips were for the 10.x version. Are there any options in trac.ini or should I add a special xyz.css somewhere in my environment? Please h...

Short QA Checklist

I have been working with a small firm over the last few months. We have a Trac instance set up (with projects as Milestones). Developers send completed tickets to a QA user. Someone then picks up the ticket, evaluates whether it's done, and closes it or bounces it back. Therein lies the problem. Using what criteria should the QAer (some...

How to manipulate trac (web-based software project management application) data from external source/web application?

I was planning to implement a way to extract/update/insert trac's project related data from different web application. Assuming I have direct access to database (eg. MySQL, because maybe SQLite will not work if the external site does not have access to the file system). Is there any API for trac that I can use to manipulate milestone & ...

svn can't connect to host 'localhost'

hello, I started two days ago to set up a 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 my test project having the folders tags, branches and trunk inside (which was great...

How to generate changelog from Trac

I need to generate changelog from Trac for a specific version as XML and then process it with a custom XSL. It seems one of the default reports is the case (All Tickets By Milestone (Including closed)). However, if i request it as XML (by adding format=rss to the url) the output XML does not contain Status, Resolution, Milestone fields...

Weird behaviour with two Trac instances under Apache + mod_wsgi

I am trying to configure two Trac instances in order to access them via browser each one with a different url: http://trac.domain.com/trac1 http://trac.domain.com/trac2 First time I access them Apache response is fine, I get the first Trac with /trac1, then the second one in /trac2. But when I access /trac1 again, it keeps giving me t...

How do I get the html login form on Trac to display?

Hi, I installed trac with the account manager plugin and everything works great. I have enabled all of the account manager's components. The html registration form appears but the problem is that the html login form won't. I keep getting the default authentication pop up. ...