logoalt Hacker News

juvolyyesterday at 7:34 PM1 replyview on HN

You're right about SVN's guts vs Git. I should have been clearer that I was referring to the client cli only.


Replies

ahartmetzyesterday at 8:36 PM

Just an example that I recently noticed when I briefly had to use svn again:

Show a diff: svn diff / git diff

Show log with diffs: svn log --diff / git log --patch

Git calling the same or similar things different (or just terrible - tree-ish? ref?) names is one of the worst things about Git.

show 1 reply