Simple issue tracker for 1-2 developers
Posted
by
devoured elysium
on Programmers
See other posts from Programmers
or by devoured elysium
Published on 2011-12-28T10:20:18Z
Indexed on
2012/03/28
17:44 UTC
Read the original article
Hit count: 336
issue-tracking
(I'm not sure whether this pertains to the realm of programmers@se or so@se)
I'm currently working mostly alone on a project (in Java). I'm mostly alone as I have an advisor that gives me high level instructions on what to do, and will seldom make any code contribution. She will code in a couple of acceptance tests from time to time, though.
I've never used an Issue Tracker before, and was thinking about starting to use one now, as I'd like to have a place where I can log possible bugs I find and keep track of them in a centralized manner. Would it be possible to integrate the issue tracker with Eclipse, better yet.
So here are the constraints:
- It's NOT a open-source project. Our code is not to be shared with anyone!
- we are and will be using Subversion;
- we have our own Subversion server and we will keep using this same Subversion server;
- it must be free;
- it must allow at least 2 users.
What is your advice on what to pick? I'm looking for the simplest solution available!
© Programmers or respective owner