On 10/13/2009 08:50 PM, Ben Elliston wrote:
I found that svn log works well if you do this:svn log svn+ssh://b...@gcc.gnu.org/svn/gcc | less
Which in recent versions of svn can also be written svn log ^/ |less if you're in an SVN working directory. Jason