Typing svn log spits out an incredibly long, useless list on a command line. I have no idea why that is the default. If I wanted to read (or even could read) 30
svn log
Pipe the output through less or other pager:
less
svn log | less