vote up 0 vote down star
1

I'm working on a project, and we're gonna need some better tools as it's hard sharing over IRC or email. We have a blog and forum, for public use. The bugs go through the forum first, then we approve them. Once they are approved, it goes in the bug tracker, where we can post patches. Also, SVN is used for easy file sharing for the app, like new resources. I jsut want both of these, only bugs and SN. Know of any for my use?

flag
Is this bait for an ad ? – mP Sep 6 at 1:54
Closed-source bug tracker? I meant bug tracker for a closed-source project. Wording confuses everyone near me. ;) – The Alpha Nerd Sep 6 at 10:19
No, it's not ad bait. We haven't even got the site finished yet. – The Alpha Nerd Sep 6 at 10:21

3 Answers

vote up 1 vote down check

trac and SVN can be used by a project of any type; you don't need to be open source to use them.

-- Edit

It appears the OP is looking for a free source-code host, that allows private projects (for example assembla.com is free, but your project must be public, not private, unless you pay).

xp-dev.com is the answer.

link|flag
Well I'm trying to find affordable hosting for them, and making sure that repository is private. – The Alpha Nerd Sep 6 at 10:30
OH! I understand now; you want a hosted service. Check out: xp-dev.com, your project can be private. – silky Sep 6 at 10:41
Thanks. It looks about right. – The Alpha Nerd Sep 6 at 10:46
i'd strongly recommend also taking a look at unfuddle.com which i mention in my answer. Its a great service which does git and svn and has a good bug tracking system with a free package – seengee Sep 6 at 13:52
vote up 1 vote down

If by "we" you only mean 2 developers (plus possibly community users), I would strongly recommend you have a look at Fog Bugz. I think it's also free for larger, open-source projects.

I have been using it for a while and really like it. It's free for 2 or fewer users (plus unlimited community users).

It also happens to be by the same folks that bring you StackOverflow.com

link|flag
vote up 1 vote down

i'd recommend unfuddle or codebasehq both of which have free plans

link|flag
Unfuddle is great. – spilth Sep 6 at 11:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.