views:

515

answers:

3

I am in need of a site that offers the same services as Github (Git hosting, Ticketing, downloads, etc, etc) but allows me to have my source be private.

I don't mind paying if I can find these features, and I've already tried gitorious, unfuddled, and codebase. I also wouldn't mind hosting my own if the application already exists for this type of service.

Anyone have any ideas?

EDIT:

I understand that I could break them up into seperate projects, however, I would like to have them be within the same project if possible. That's really what I'm looking for.

+1  A: 

Break your need into two separate needs. First, you want a private code hosting; github has that. Second, you want a public ticketing; github has that. Just open two projects there.

temoto
+1  A: 

Github provides private repositories. See http://github.com/plans.

Jordan Ryan Moore
+6  A: 

Github actually offers private repositories. I dont know if the included issue tracker can then be made public, but I suggest using a separate one anyway, like Get Satisfaction.

As temoto points out, you need to break up the problem and use the right tool for the right job. It looks like you are looking for:

Those are links to comparison charts on Wikipedia, if you dont have any additional feature demands just browse around randomly and you probably discover what you like and dont like.

mizipzor