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

2011-02-13 Thread Daniel Shahaf
I vote for "a bug". Harald Karner wrote on Tue, Feb 08, 2011 at 16:20:57 +0100: > On 08.02.2011 15:34, Andy Levy wrote: > >On Tue, Feb 8, 2011 at 07:53, Harald Karner wrote: > >>Hi! > >> > >>when I do a svn status -u I get the following result: > >> > >> > >>$ svn status -u test.txt dir1/ > >>M

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

2011-02-08 Thread Harald Karner
On 08.02.2011 15:34, Andy Levy wrote: On Tue, Feb 8, 2011 at 07:53, Harald Karner 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:

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

2011-02-08 Thread Andy Levy
On Tue, Feb 8, 2011 at 07:53, Harald Karner 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 ad

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

2011-02-08 Thread Harald Karner
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 dir