|
|
| | Would you (do you?) trust your company's source code to github? | |
21 points by turbinemonkey on Nov 11, 2009 | hide | past | favorite | 38 comments
|
| | We've always hosted our own SCM repos...it's not hard, so why not? Well, my company is now (partially due to me) putting more and more stuff "in the cloud" (AWS, et al.), and the git repos are next. It makes total sense from a resources perspective to use github, but I (and the other partners) are concerned about theft, loss, and/or leakage of our proprietary (gasp!) goodies. Are we (overly) paranoid, or is github actually no less risky than the disgruntled emp problem/general hosting failure problem (e.g. If we were to just put our gitorious on a rackspace slice or something)/our in-house backups failing problem? |
|
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
My current boss would rather die and take us all with him before letting code out of our network. But he is actually slowly killing me and the other devs each time the svn webserver takes a dive, by having me maintain the ACLs, and by preventing us from using git until we build out our own infrastructure.
We're not in the business of SCM. If I was in charge, I'd pay the experts to do SCM, especially the ones like github that make tools that make developers very happy. Furthermore, I have more faith in github's security team and model than the network and servers the junior sysad that was let go 6 months ago put together.
As far as protecting intellectual property...
I know it seems like the world to a software company or a developer, but your raw code is actually worthless. Your team, and how the use, integrate, improve and sell the code is where the value is. Not `server.py`.
Any employee can walk out any day with a copy of the repo and knowledge of how it can be put to use. But the chance of him putting this to work for himself, putting you out of business, is practically zero.
In short, I would do what's easiest for everybody and relax.