Is there a command to list SVN conflicts? December 22, 2022 by Tarik On Linux, if you want to see only the conflicts, pipe the status through grep. svn status | grep -P '^(?=.{0,6}C)'