[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Fwd: using Depth value

From: Alexander Chelyadin <achelyadin_at_gmail.com>
Date: Tue, 15 Oct 2013 22:05:04 +0600

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
Received on 2013-10-15 19:54:45 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.