StatSVN
StatSVN is a statistics generation tool for SVN.
svn log: svn info: Invalid svn info xml; unable to find revision or url for path [logfile.log]
This occured because, in my repository directory (trunk/), there was a phantom file “logfile.log” that was svn added, but didn’t exist.
The solution was to svn revert the phantom file.