I just did a plain old SVN update through Subclipse, and this came up in my SVN console:
update C:/project/ -r HEAD --force U C:/project/.project D C:/project/mroozek U C:/project/timeStone U C:/project/barchern U C:/project/lorem.java A C:/project/ipsum.java
The filenames are made up, but the types are correct.
Why is the status code (U, in the example) indented by one extra space on some lines?
status
command. Not exactly the same as the result of updating, but fairly similar. – Copilot