Hi!
when I do a svn status -u I get the following result:
$ svn status -u test.txt dir1/
M * 210 test.txt
Status against revision: 213
* 212 dir1
Status against revision: 213
but when I add --depth empty I get this:
$ svn status -u --depth empty test.txt dir1/
Status against revision: 213
* 212 dir1
Status against revision: 213
Is this a bug, that the modifications for test.txt are not displayed or
is it intended behaviour?
If this is on purpose, what is the proper way to retrieve the status of
a mixed list of files and directories?
Kind regards,
Harald