25 ms·
Ask HN: What's the oldest publicly-available repo with different versions?
What is the oldest collection of code out there, including different versions of the same project, where someone could access it and compare the changes between versions to get a sense of what changed?
By publicly-available, I mean where it is made available for anyone who requested it to somehow access it (e.g. from the internet, from a library).
With "repo," I'm not imagining it using version-control software per se, just that it could be compared and clearly show some kind of iteration of the same piece of code.
- eesmith 4y agoThe Python source - https://github.com/python/cpython/ https://github.com/python/cpython/ - with full commit history back to 1990. The Unix source - https://github.com/dspinellis/unix-history-repo https://github.com/dspinellis/unix-history-repo - with quite a number of releases dating back to 1970.
- andrewxhonson 4y agoHad no idea the Unix source was out there, very cool. Weird to see "53 years ago" on GitHub. Thanks!
- e3bc54b2 4y agoEmacs source code goes quite far back, with extensive changelog between every 2 functions, if you don't fancy rifling through commit log itself: https://git.savannah.gnu.org/cgit/emacs.git/log/ https://git.savannah.gnu.org/cgit/emacs.git/log/ Earliest commit is from 1985: https://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-19.34&id=ce5584125c44a1a2fbb46e810459c50b227a95e2 https://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-... Log starting from 1985: https://git.savannah.gnu.org/cgit/emacs.git/log/?h=emacs-19.34&ofs=15800 https://git.savannah.gnu.org/cgit/emacs.git/log/?h=emacs-19....