Possible Duplicate:
Distributed Version Control Systems and the Enterprise - a Good mix?
I came across git some six months ago. Its nice, took me while for switching over from SVN to GIT. One thing that you will easily notice about git is the speed, it's lightning fast if you compare it to SVN. Now very well suited for opensource world, but what about its usage in corporate world ?
Against all advantages I see one major draw back when it come to corporate world.
Git spapshot / work area holds both source code and repo history. I understand even with SVN the entire repository can be copied but to look on to its history you will still need to connect to SVN centralized server. In git case since source repository is a part of snapshot you can look into the history / change to any state back in time.
How an corporate industry secure their source code with git(by security I mean source history and switching between revisions like SVN), any insights ?