[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn status -u --depth empty does not give expected result if used with filename

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 8 Feb 2011 09:34:55 -0500

On Tue, Feb 8, 2011 at 07:53, Harald Karner <harald.karner_at_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?
Received on 2011-02-08 15:36:15 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.