Yasuhito FUTATSUKI
2018-10-04 10:37:01 UTC
Greetings,
(This is repost, because my previous post from Cc: address seems to be
discarded by amavisd-new....)
While I've read API docs about svn_client_list() to writing compatibility
code, I bit confused. As the community guide says post to users@ to ask
before entry to issue tracker whether it is a bug or not, so I post this.
implementation of svn_client_list() uses macro
SVN_DEPTH_INFINITY_OR_IMMEDIATES(recurse), which is svn_depth_infinity if
recurse is TRUE else svn_depth_immediates.
I'm afraid I think the description in svn_client.h is mistaken, isn't it?
(This is repost, because my previous post from Cc: address seems to be
discarded by amavisd-new....)
While I've read API docs about svn_client_list() to writing compatibility
code, I bit confused. As the community guide says post to users@ to ask
before entry to issue tracker whether it is a bug or not, so I post this.
* pass #svn_depth_infinity.
However, ^/subversion/trunk/subversion/libsvn_client/***@1822534,implementation of svn_client_list() uses macro
SVN_DEPTH_INFINITY_OR_IMMEDIATES(recurse), which is svn_depth_infinity if
recurse is TRUE else svn_depth_immediates.
I'm afraid I think the description in svn_client.h is mistaken, isn't it?
--
Yasuhito FUTATSUKI
Yasuhito FUTATSUKI