Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github-like hosting, with private source, public ticketing system [closed]

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.

like image 400
WedTM Avatar asked Dec 04 '09 15:12

WedTM


1 Answers

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:

  • Private code hosting (I think you want a Yes in the Private branch column)
  • Public issue tracker
  • Public file host

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.

like image 69
Mizipzor Avatar answered Oct 18 '22 22:10

Mizipzor