Before version control was popular, what did large companies do?
I was introduce to version control around 2003 (svn) and before that at small companies we would just ftp files around because we all worked on separate parts of the codebase. I didn't work at a large company (IBM, Microsoft, etc) but I'm really curious how companies with that many developers handled source control and conflicts before the likes of git and git[hub|lab] etc.
8 comments
[ 4.5 ms ] story [ 41.4 ms ] threadWikipedia has an overview here https://en.m.wikipedia.org/wiki/Version_control
So before version control came along, companies were only running programs small enough to fit on a deck of punched cards.
somecode.20010405.zip somecode.20010406.zip ...
There were version control systems available, they were only a pain to use (and more painful getting other devs to use them properly.) heck, I cannot get other devs to use git properly.