Hi,

The new function svn_wc__prop_list_recursive() provides a big performance gain for listing all properties of a full working copy. Currently I have to use svn_client_proplist3() to make use of that.

But I'd like to have that API accessible directly, the same way e.g. svn_wc_prop_list2(). It is much easier to use those APIs for accessing the working copy because then I don't have to set up a full client context.

Of course if you like to keep that API private, I'm ok with that too since I can use the svn_client_ API instead if I have to.

Thoughts?

Stefan

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

Reply via email to