|
|
|
|
|
by bvrmn
947 days ago
|
|
> I would prefer SVN over git Yes SVN has so much better CLI especially for things like * merging
* history navigation
* searching commit messages, filenames and file content
* bisecting
I'm filled with joy remembering good old SVN days and how my life was a way easier. |
|
I don't think there's anything intrinsically wrong with a centralized revision control system. I used Piper/CitC at Google for years and it could be ... tolerable. Many people just end up using git this way anyways.
But SVN shipped with garbage merge-on-merge support, and that was the deal-breaker for me.