You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2010/08/19 19:10:13 UTC

Re: svn commit: r986510 - in /subversion/trunk/subversion: bindings/javahl/native/SVNClient.cpp include/svn_client.h libsvn_client/delete.c libsvn_client/deprecated.c libsvn_client/externals.c libsvn_client/status.c svn/status-cmd.c

rhuijben@apache.org wrote on Tue, Aug 17, 2010 at 22:25:09 -0000:
> +++ subversion/trunk/subversion/include/svn_client.h Tue Aug 17 22:25:09 2010
> @@ -2162,6 +2166,7 @@ svn_client_status5(svn_revnum_t *result_
> +                   svn_boolean_t depth_as_sticky,

s/depth_as_sticky/depth_is_sticky/g ?

Re: svn commit: r986510 - in /subversion/trunk/subversion: bindings/javahl/native/SVNClient.cpp include/svn_client.h libsvn_client/delete.c libsvn_client/deprecated.c libsvn_client/externals.c libsvn_client/status.c svn/status-cmd.c

Posted by Stefan Küng <to...@gmail.com>.
On 19.08.2010 19:10, Daniel Shahaf wrote:
> rhuijben@apache.org wrote on Tue, Aug 17, 2010 at 22:25:09 -0000:
>> +++ subversion/trunk/subversion/include/svn_client.h Tue Aug 17 22:25:09 2010
>> @@ -2162,6 +2166,7 @@ svn_client_status5(svn_revnum_t *result_
>> +                   svn_boolean_t depth_as_sticky,
>
> s/depth_as_sticky/depth_is_sticky/g ?

 From what I learned, that's correct: it works *as* if the operation is 
sticky, but it still is a readonly operation.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Re: svn commit: r986510 - in /subversion/trunk/subversion: bindings/javahl/native/SVNClient.cpp include/svn_client.h libsvn_client/delete.c libsvn_client/deprecated.c libsvn_client/externals.c libsvn_client/status.c svn/status-cmd.c

Posted by Stefan Küng <to...@gmail.com>.
On 19.08.2010 19:10, Daniel Shahaf wrote:
> rhuijben@apache.org wrote on Tue, Aug 17, 2010 at 22:25:09 -0000:
>> +++ subversion/trunk/subversion/include/svn_client.h Tue Aug 17 22:25:09 2010
>> @@ -2162,6 +2166,7 @@ svn_client_status5(svn_revnum_t *result_
>> +                   svn_boolean_t depth_as_sticky,
>
> s/depth_as_sticky/depth_is_sticky/g ?

 From what I learned, that's correct: it works *as* if the operation is 
sticky, but it still is a readonly operation.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net