Tagged Questions
0
votes
1answer
115 views
IT Project Management tool aimed at developers, but still generic enough for general purpose use? [closed]
I am a lead software developer, and I have just been tasked with revamping our software development process. Part of this will be to implement a system with the following:
Source Control
Build ...
3
votes
2answers
2k views
view trac on mobile devices (iphone, android, etc)
Our team uses Trac heavily for project management, and I need to view the Trac site from time to time. Yet, it's really inconvenient to view the Trac site from the mobile device (it's an iphone in my ...
3
votes
2answers
2k views
codendi vs redmine vs Retrospectiva vs trac
Has anyone tried codendi, Redmine, Retrospectiva and trac ? or anyone is able to make some comparison between the four? whichone better related:
performance
easy to use
installation
and others
...
22
votes
8answers
15k views
Trac vs. Redmine [closed]
I'm working in research and my bioinformatics work group needs a project management software for keeping track of multiple projects (Linux environment). Originally, we planned for using TRAC but then ...
0
votes
1answer
831 views
Best free alternative to Trac with SVN integration [closed]
What is the best free alternative to Trac with easy integration to Subversion?
0
votes
3answers
302 views
Free Hosted Project Planners That Aren't Iterative
I am currently using Pivotal Tracker and I like it for its features. The project I am working on though is basically just a hobby game project on the side (even though I plan to sell it when I am ...
2
votes
5answers
137 views
Is it useful to track the history of tasks and bugs in projects developed by one person?
I have trac set up for my private and job projects and I have an ability to define tasks or describe bugs there. As most of the time I work at those projects alone, I usually choose to write the TODO ...
2
votes
4answers
201 views
What project management tool to use for a geographically distributed team?
Currently we are using Trac.
Tickets are good for tracking tasks and related discussions.
However, I think it has the following disadvantages or limitations
Tickets creation is too complex for
...
11
votes
7answers
760 views
Do you need a project management system if you work alone?
Do you need a project management system if you work alone? I mean a project management system that includes issue tracking, wiki, etc.
Currently I keep my issues in a very good organizer software and ...
1
vote
2answers
94 views
Getting a listing of Trac projects in Python
Is it possible to do something like using the trac module in Python in order to get a listing of all of the projects in a given directory? If possible it would be nice to get things like the ...
0
votes
1answer
239 views
Is there any free, Project Managment CMS that can interact with SVN and has nice GUI (not Trac)?
Is there any free, Project Managment CMS that can interact with SVN and has nice GUI (not Trac)?
1
vote
2answers
178 views
How can I send e-mails to trac?
How would I send an e-mail message to a trac project?
I like this feature in basecamp, where each project has its e-mail address, and received mails are added in the messages tab.
In redmine I can ...
3
votes
4answers
246 views
Should I allow my clients to open tickets/access trac?
I just installed trac for this project I'm working on, since it's turned out to be a bit bigger than I anticipated. I've added a bunch of tickets with my clients requests which come in the form of ...
13
votes
4answers
11k views
Redmine vs. Retrospectiva
Has anyone tried both Redmine and Retrospectiva, and is able to make some comparison between the two?
I'm currently using Trac for my projects management and issue-tracking, but I'm looking to test ...
4
votes
3answers
818 views
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 ...
1
vote
1answer
416 views
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: ...
2
votes
5answers
1k views
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 ...
150
votes
23answers
76k views
Trac vs. Redmine vs. JIRA vs. FogBugz for one-man shop? [closed]
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 ...
5
votes
4answers
4k views
Multiple projects in trac
How can I manage multiple SVN repositories/trac instances easily? I have a bunch of projects that I want to consolidate into a single authentication scheme. Also, I want to be able to enable plugins ...
8
votes
5answers
2k views
Managing Milestones and Web development Project
I am trying to implement Trac+SVN. But am encountering a project management issue. To give you a background, most of my projects are related to web development (they go thru phases like design, ...
6
votes
3answers
459 views
“Selling” trac/buildbot/etc to upper management
My team works mostly w/ Flex-based applications. That being said, there are nearly no conventions at all (even getting them to refactor is a miracle in itself) and the like.
Coming from a .NET + ...
4
votes
2answers
3k views
How do I edit project components in TRAC
When creating New Ticket in the TRAC it shows a selectbox for component in the Ticket Properties. I only have two dummy options: component1 and component2.
How do I edit this list? How do I add more ...
2
votes
3answers
2k views
Tracd Realm
I am trying to setup tracd for the project I am currently working on.
After creating a password file with the python script given in the site I am trying to start the server with authentication on. ...
27
votes
8answers
7k views
What are some recommended plugins for Trac?
In particular, I need a more full fledged version of Trac to support robust project management, and task tracking. I went through the plugins and literally found over 50 that looked promising.
My ...
15
votes
7answers
2k views
How can I best take advantage of Trac?
I have a Trac project installed on top of a Subversion implementation (easy to do thanks to Webfaction's control panel), but now I have configuration work to do. With that in mind, are there easy ...
4
votes
3answers
823 views
Configure trac for anonymous ticket submissions
How would one configure trac to allow anonymous submission of tickets?