Ticket #22322: patch-externals.c.diff
File patch-externals.c.diff, 1.1 KB (added by chris@…, 15 years ago) |
---|
-
subversion/libsvn_client/externals.c
776 776 new_item->url, NULL, 777 777 &(new_item->peg_revision), 778 778 &(new_item->revision), ib->ctx, 779 ib-> pool));779 ib->iter_pool)); 780 780 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)); 782 783 SVN_ERR(svn_ra_get_repos_root2(ra_session, &ra_cache.repos_root_url, 783 ib-> pool));784 ib->iter_pool)); 784 785 SVN_ERR(svn_ra_check_path(ra_session, "", ra_cache.ra_revnum, &kind, 785 ib-> pool));786 ib->iter_pool)); 786 787 787 788 if (svn_node_none == kind) 788 789 return svn_error_createf(SVN_ERR_RA_ILLEGAL_URL, NULL,