[eluser]dhaulagiri[/eluser]
Do you use github for private projects or is there any alternative version control for private projects ?
[eluser]n0xie[/eluser]
I use git locally for private projects.
[eluser]dhaulagiri[/eluser]
Is it easy to see history locally?
[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.
[eluser]dhaulagiri[/eluser]
i found that bit bucket give one private project, that will do for me at the moment.