On Sun, Apr 19, 2009 at 17:48, Lieven Govaerts <svnlgo_at_mobsol.be> wrote:
> On 04/19/2009 04:01 AM, Greg Stein wrote:
>...
>> +++ trunk/subversion/libsvn_wc/adm_crawler.c Sat Apr 18 19:01:33 2009 (r37361)
>> @@ -462,7 +462,8 @@ report_revisions_and_depths(svn_wc_adm_a
>> && (depth> svn_depth_files
>> || depth == svn_depth_unknown))
>> {
>> - svn_wc_adm_access_t *subdir_access;
>> + const char *subdir_abspath;
>> + svn_error_t *err;
>> const svn_wc_entry_t *subdir_entry;
>> svn_boolean_t start_empty;
>>
>> @@ -480,12 +481,20 @@ report_revisions_and_depths(svn_wc_adm_a
>>
>> /* We need to read the full entry of the directory from its
>> own "this dir", if available. */
>> - if (svn_wc__adm_missing(adm_access, this_full_path))
>> - continue;
>
> This check is still needed, otherwise stat_tests 30 fails.
Thanks for tracking this down. I missed this one (didn't do a full
test run after the last round of changes). I'll get this fixed up.
Cheers,
-g
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1809265
Received on 2009-04-19 19:07:07 CEST