Comment on Version control second comingparentComments−forrestthewoods1dDeduping files is easy.−ahartmetz1dIt's also useless if every tool lives in its own copy of the universe - there'd be little to no identical files.It also won't work for version control databases, assuming use of a distributed VCS.−forrestthewoods1dYes it would require a global blob store across reps. That seems like a good design choice.I don’t know what you mean by “ won't work for version control databases, assuming use of a distributed VCS.”−ahartmetz22hThe .git directory does not contain plain files, so the same files may look different in different .git directories. But yeah, you could make it work if you designed for it.−forrestthewoods19hYeah Git is super mediocre. But the hypothesis is that you could build something that doesn’t suck!
Comments
Deduping files is easy.
It's also useless if every tool lives in its own copy of the universe - there'd be little to no identical files.
It also won't work for version control databases, assuming use of a distributed VCS.
Yes it would require a global blob store across reps. That seems like a good design choice.
I don’t know what you mean by “ won't work for version control databases, assuming use of a distributed VCS.”
The .git directory does not contain plain files, so the same files may look different in different .git directories. But yeah, you could make it work if you designed for it.
Yeah Git is super mediocre. But the hypothesis is that you could build something that doesn’t suck!