Hi Subversion Team We are developing an application that uses Subversion client libraries. We have the following issue. When we use the 'svn_client_status3' function and get the 'svn_wc_status2_t::entry' stucture, its 'depth' field sometimes set incorrectly as we suppose. It occurs when we perform 'update' on the folders with the 'svn_depth_immediates' depth and get the new folders from repository to wc. For those new folders real depth seems to be ' svn_depth_empty' as it is expected (and it behaves like that as well), but when we call the 'svn_client_status' API function we get the 'svn_depth_infinity' value for this new directory in the 'svn_wc_status2_t::entry' structure. Does it look like a bug, or we do not clearly understand this behavior? Could you please clarify the situation?
We are using Subversion 1.7.5, but issue appears on 1.8.3.9248 version as well. Thank you in advance. Best regards, Alexander Chelyadin