Y
Hacker News
new
|
ask
|
show
|
jobs
by
poidos
984 days ago
maybe fossil[0]? Not sure about `large files` (and in fact I went to comment to ask about anyone using it 'in production' when I saw your comment)
[0]:
https://www.fossil-scm.org/home/doc/trunk/www/index.wiki
1 comments
sgbeal
984 days ago
Re. large files: fossil inherits sqlite's limit of 32-bit signed integers for blobs, so 2GB. Fossil's own developers (myself included) have never come anywhere near that limitation in everyday SCM use.
link