On Tue, Feb 8, 2011 at 07:53, Harald Karner <harald.kar...@gmx.net> wrote:
> 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?

Seems like intended behavior to me. You've asked for the status of a
WC without consideration of its child items (--depth empty)

> If this is on purpose, what is the proper way to retrieve the status of a
> mixed list of files and directories?

In what way does your first command not achieve this result?

Reply via email to