![]() |
Do you use github for private projects ? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Do you use github for private projects ? (/showthread.php?tid=32744) |
Do you use github for private projects ? - El Forum - 08-03-2010 [eluser]dhaulagiri[/eluser] Do you use github for private projects or is there any alternative version control for private projects ? Do you use github for private projects ? - El Forum - 08-03-2010 [eluser]n0xie[/eluser] I use git locally for private projects. Do you use github for private projects ? - El Forum - 08-03-2010 [eluser]dhaulagiri[/eluser] Is it easy to see history locally? Do you use github for private projects ? - El Forum - 08-03-2010 [eluser]flaky[/eluser] I use unfuddle http://unfuddle.com/ Do you use github for private projects ? - El Forum - 08-03-2010 [eluser]WanWizard[/eluser] One of our internet accesable servers run our repo's (both git and svn). I have 6 git and 1 svn repo on sourceforge, but lately the performance is a disaster. We have buildservers running that automatically generate builds (it's an embedded linux/c++ environment), and 90% of the time the process aborts due to an unresponsive repo. So we might move these to our own servers as well... Github falls in the so-far-so-good category. Bitbucket: not impressed, slow as h*ll at times, just slow at others. Imho not suitable for daily use. Do you use github for private projects ? - El Forum - 08-08-2010 [eluser]dhaulagiri[/eluser] i found that bit bucket give one private project, that will do for me at the moment. |