Earlier quoted context omitted.
Which features would make it for you?
Perforce is still in use in content heavy industries because Git still struggles with large binaries. Something with git branch semantics that could handle those files would be huge.
Is Git Irreplaceable? (2019)
11–20 of 559 posts
Re: Is Git Irreplaceable? (2019)
#12Re: Is Git Irreplaceable? (2019)
#13Re: Is Git Irreplaceable? (2019)
#14Earlier quoted context omitted.
Perforce is still in use in content heavy industries because Git still struggles with large binaries. Something with git branch semantics that could handle those files would be huge.
Isn't that what Git LFS is about?
Re: Is Git Irreplaceable? (2019)
#15Earlier quoted context omitted.
Which features would make it for you?
Perforce is still in use in content heavy industries because Git still struggles with large binaries. Something with git branch semantics that could handle those files would be huge.
It does huge well, and I like the one-number changelist.
Re: Is Git Irreplaceable? (2019)
#16SVN seemed irreplaceable not so long ago and CVS before that and RCS before that... When someone comes up with something demonstrably better and gets the right people to start using it, people will switch over.
SVN also had serious difficulties and performance limitations which git does not. Git is somewhat confusing to use, but not enough so that anyone really cares all that much (besides a few people who really care) and that is not a recipe for easy replacement. There were/are slightly less confusing version control systems (mercurial) but they didn't catch on for whatever reason.
Re: Is Git Irreplaceable? (2019)
#17SVN seemed irreplaceable not so long ago and CVS before that and RCS before that... When someone comes up with something demonstrably better and gets the right people to start using it, people will switch over.
SVN also had serious difficulties and performance limitations which git does not. Git is somewhat confusing to use, but not enough so that anyone really cares all that much (besides a few people who really care) and that is not a recipe for easy replacement. There were/are slightly less confusing version control systems (mercurial) but they didn't catch on for whatever reason.
Also (sorta) darcs, and hopefully pijul. I sincerely hope some patch-based version control can catch on.
Re: Is Git Irreplaceable? (2019)
#18Earlier quoted context omitted.
Perforce is still in use in content heavy industries because Git still struggles with large binaries. Something with git branch semantics that could handle those files would be huge.
Isn't that what Git LFS is about?
Re: Is Git Irreplaceable? (2019)
#19From where I sit, Git has a couple obvious flaws, and I expect its successor will be the one that fixes one of them. The most obvious (and probably easiest) is the monorepo/polyrepo dichotomy.
Re: Is Git Irreplaceable? (2019)
#20The cloud is going to change a lot of stuff, file-system based code might be gone, code-in-database is already halfway here ... opportunity
I don't see files going anywhere. I would like to listen to examples of "code-in-database is already halfway here", if you happen to have them.