Re: svn_client_status5() and depth

2010-08-19 Thread Stefan Küng
On 18.08.2010 21:58, Bert Huijben wrote: I've checked r986510 and I like to add some comments: In libsvn_client/deprecated.c, svn_client_status4() you pass FALSE for the new sticky param. But that's wrong: in 1.6.x and previous versions, the depth was always respected/enforced. That's why I

Re: svn_client_status5() and depth

2010-08-18 Thread Stefan Küng
On 17.08.2010 23:41, Hyrum K. Wright wrote: On Tue, Aug 17, 2010 at 3:45 PM, C. Michael Pilatocmpil...@collab.net wrote: On 08/17/2010 01:42 PM, Stefan Küng wrote: Maybe I don't understand that change: --depth specifies a depth to use for the command. If I want the command to use the depth of

RE: svn_client_status5() and depth

2010-08-18 Thread Bert Huijben
-Original Message- From: Stefan Küng [mailto:tortoise...@gmail.com] Sent: woensdag 18 augustus 2010 11:39 To: Hyrum K. Wright Cc: C. Michael Pilato; Bert Huijben; Subversion Development Subject: Re: svn_client_status5() and depth On 17.08.2010 23:41, Hyrum K. Wright wrote

Re: svn_client_status5() and depth

2010-08-18 Thread Hyrum K. Wright
On Wed, Aug 18, 2010 at 7:39 PM, Stefan Küng tortoise...@gmail.com wrote: On 17.08.2010 23:41, Hyrum K. Wright wrote: On Tue, Aug 17, 2010 at 3:45 PM, C. Michael Pilatocmpil...@collab.net  wrote: On 08/17/2010 01:42 PM, Stefan Küng wrote: Maybe I don't understand that change: --depth

Re: svn_client_status5() and depth

2010-08-18 Thread Stefan Küng
On 18.08.2010 21:58, Bert Huijben wrote: In libsvn_client/deprecated.c, svn_client_status4() you pass FALSE for the new sticky param. But that's wrong: in 1.6.x and previous versions, the depth was always respected/enforced. That's why I noticed the changed behavior in the first place!

RE: svn_client_status5() and depth

2010-08-18 Thread Bert Huijben
-Original Message- From: Stefan Küng [mailto:tortoise...@gmail.com] Sent: woensdag 18 augustus 2010 13:37 To: Bert Huijben Cc: 'Hyrum K. Wright'; 'C. Michael Pilato'; 'Subversion Development' Subject: Re: svn_client_status5() and depth I don't understand: what exactly are you

RE: svn_client_status5() and depth

2010-08-17 Thread Bert Huijben
-Original Message- From: Stefan Küng [mailto:tortoise...@gmail.com] Sent: dinsdag 17 augustus 2010 12:28 To: Subversion Development Subject: svn_client_status5() and depth Hi, * check out a folder with depth svn_depth_empty (svn co file:///d:/testrepo/trunk testwc) * cd into