Almost:
svn diff --summarize -rCOMMITTED:HEAD
--summarize
causes svn diff to emit status-style output.
However, this will not compare each file to the repository as svn status -u
does, but rather compare the revision which the current directory is at to HEAD. Therefore if you have a mixed-revision working copy, such as if you committed but did not update, this will report your committed files as modified.