Ticket #22322: patch-externals.c.diff

File patch-externals.c.diff, 1.1 KB (added by chris@…, 15 years ago)

files/patch-externals.c.diff - patch to correct the problem

  • subversion/libsvn_client/externals.c

     
    776776                                               new_item->url, NULL,
    777777                                               &(new_item->peg_revision),
    778778                                               &(new_item->revision), ib->ctx,
    779                                                ib->pool));
     779                                               ib->iter_pool));
    780780
    781       SVN_ERR(svn_ra_get_uuid2(ra_session, &ra_cache.repos_uuid, ib->pool));
     781      SVN_ERR(svn_ra_get_uuid2(ra_session, &ra_cache.repos_uuid,
     782                               ib->iter_pool));
    782783      SVN_ERR(svn_ra_get_repos_root2(ra_session, &ra_cache.repos_root_url,
    783                                      ib->pool));
     784                                     ib->iter_pool));
    784785      SVN_ERR(svn_ra_check_path(ra_session, "", ra_cache.ra_revnum, &kind,
    785                                 ib->pool));
     786                                ib->iter_pool));
    786787
    787788      if (svn_node_none == kind)
    788789        return svn_error_createf(SVN_ERR_RA_ILLEGAL_URL, NULL,