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

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

From: Harald Karner <harald.karner_at_gmx.net>
Date: Tue, 08 Feb 2011 13:53:36 +0100

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
Received on 2011-02-08 15:21:48 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.