TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the oldest publicly-available repo with different versions?

2 pointsby andrewxhonsonabout 3 years ago
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?<p>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).<p>With &quot;repo,&quot; I&#x27;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.

2 comments

e3bc54b2about 3 years ago
Emacs source code goes quite far back, with extensive changelog between every 2 functions, if you don&#x27;t fancy rifling through commit log itself: <a href="https:&#x2F;&#x2F;git.savannah.gnu.org&#x2F;cgit&#x2F;emacs.git&#x2F;log&#x2F;" rel="nofollow">https:&#x2F;&#x2F;git.savannah.gnu.org&#x2F;cgit&#x2F;emacs.git&#x2F;log&#x2F;</a><p>Earliest commit is from 1985: <a href="https:&#x2F;&#x2F;git.savannah.gnu.org&#x2F;cgit&#x2F;emacs.git&#x2F;commit&#x2F;?h=emacs-19.34&amp;id=ce5584125c44a1a2fbb46e810459c50b227a95e2" rel="nofollow">https:&#x2F;&#x2F;git.savannah.gnu.org&#x2F;cgit&#x2F;emacs.git&#x2F;commit&#x2F;?h=emacs-...</a><p>Log starting from 1985: <a href="https:&#x2F;&#x2F;git.savannah.gnu.org&#x2F;cgit&#x2F;emacs.git&#x2F;log&#x2F;?h=emacs-19.34&amp;ofs=15800" rel="nofollow">https:&#x2F;&#x2F;git.savannah.gnu.org&#x2F;cgit&#x2F;emacs.git&#x2F;log&#x2F;?h=emacs-19....</a>
eesmithabout 3 years ago
The Python source - <a href="https:&#x2F;&#x2F;github.com&#x2F;python&#x2F;cpython&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;python&#x2F;cpython&#x2F;</a> - with full commit history back to 1990.<p>The Unix source - <a href="https:&#x2F;&#x2F;github.com&#x2F;dspinellis&#x2F;unix-history-repo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dspinellis&#x2F;unix-history-repo</a> - with quite a number of releases dating back to 1970.
评论 #31426808 未加载