views:

100

answers:

8

I am going to be starting a hobby project with a friend, but we'll need some (free) way to organize and store tasks, bugs, etc. What tool do you recommend to do this? can something stored through an SVN server work? (Offline would be best)

+1  A: 

It's not an offline solution but you could getting a JIRA Personal edition license which is free.

It does all the above and it also integrates well with version control such as SVN/GIT (you can link tasks/bugs to commits)

nolim1t
Looks good but they have discontinued the personal edition in favor of a "Starter" edition, which costs 10 bucks. Certainly looks worth it, but i'd like to hear about other ones first.
RCIX
and it does have a suitable offline version :)
RCIX
+1  A: 

Fogbugz has to be put forward :)

Edit: I failed to see you want something free the first time I read your question - there's only a free trial for 45 days

AdaTheDev
First thing i thought of, but as you pointed out it's not free :(
RCIX
FogBugz is free if you only have two users: http://www.fogcreek.com/FogBugz/StudentAndStartup.html
Ether
A: 

GitHub has an issue tracking system. No need to configure anything, and should be good enough for hobby projects.

Joonas Pulakka
We have an SVn server set up already, thanks anyway
RCIX
+1  A: 

I've never used it, but Redmine is available; it may be overkill, though.

steadfastbuck
Seeing as i'd have to install half a dozen other things, yeah. Thanks for the suggestion though!
RCIX
A: 

Versioned Artifacts stores data in version control. It's free if your project is open-source.

Fyodor Sheremetyev
A: 

What about a TiddlyWiki?

jasonh
unfortunately my friend has stated that he doen't like them for collaboration as there's no sort of modification safety like in version control systems.
RCIX
+1  A: 

I'll recommend what I use:

http://www.fogcreek.com/FogBugz/StudentAndStartup.html

"The FogBugz Student and Startup Edition allows startups of two people to use a complete, full-featured version of FogBugz, professionally hosted at our data center, at absolutely no cost."

monowerker
Most likely using this, but not 100% :D
RCIX
We opted for this, thanks!
RCIX
A: 

You can get the list of bug tracking tools from the below link:

Bug tracking tools

PJ