I must confess that I’m still using locutor and Subversion in parallel. While that could mean that I do not entirely trust locutor, it also opens my eyes for little differences between both systems. For example, I requested a status report of a working copy, both with Subversion and with locutor:
~/svn/kwarc.eecs/www/projects/swim$ svn st
A images/swim-0.1.png
M index.xml
A download
A download/swim-0.1-bin.zip
A download/swim-0.1-bin.tar.gz
~/svn/kwarc.eecs/www/projects/swim$ loc st
A download
A download/swim-0.1-bin.tar.gz
A download/swim-0.1-bin.zip
A images/swim-0.1.png
M index.xml
I like locutor’s order (first subdirectories, then files) much better, as files in the current directory can easily be overlooked in Subversion’s summary.