Lines Matching refs:pb

141   struct parse_baton *pb;
233 if (rb->pb->oldest_dumpstream_rev > 1)
237 rb->pb->oldest_dumpstream_rev - 1, 0,
241 rb->pb->oldest_dumpstream_rev - 1, 0,
256 struct parse_baton *pb = rb->pb;
271 rev_from_map = get_revision_mapping(pb->rev_map, range->start);
276 else if (range->start == pb->oldest_dumpstream_rev - 1)
290 rev_from_map = get_revision_mapping(pb->rev_map,
291 pb->oldest_dumpstream_rev);
308 rev_from_map = get_revision_mapping(pb->rev_map, range->end);
345 struct parse_baton *pb = rb->pb;
348 if (! pb->quiet)
353 set_revision_mapping(pb->rev_map, rb->rev, commit_info->revision);
360 if ((pb->last_rev_mapped != SVN_INVALID_REVNUM)
361 && (rb->rev != pb->last_rev_mapped + 1))
365 for (i = pb->last_rev_mapped + 1; i < rb->rev; i++)
367 set_revision_mapping(pb->rev_map, i, pb->last_rev_mapped);
372 pb->last_rev_mapped = rb->rev;
409 err = svn_ra_get_file(rb->pb->aux_session, path, base_revision,
441 SVN_ERR(svn_ra_check_path(rb->pb->aux_session, path, base_revision,
446 SVN_ERR(svn_ra_get_file(rb->pb->aux_session, path, base_revision,
453 SVN_ERR(svn_ra_get_dir2(rb->pb->aux_session, NULL, NULL, props, path,
481 SVN_ERR(svn_ra_check_path(rb->pb->aux_session, path, base_revision,
547 struct parse_baton *pb;
552 pb = parse_baton;
554 rb->pb = pb;
565 SVN_ERR(svn_ra_get_latest_revnum(pb->session, &head_rev, pool));
574 if ((rb->rev > 0) && (!SVN_IS_VALID_REVNUM(pb->oldest_dumpstream_rev)))
575 pb->oldest_dumpstream_rev = rb->rev;
579 rb->pb->commit_editor = NULL;
580 rb->pb->commit_edit_baton = NULL;
600 struct parse_baton *pb;
601 pb = parse_baton;
602 pb->uuid = apr_pstrdup(pool, uuid);
613 const struct svn_delta_editor_t *commit_editor = rb->pb->commit_editor;
614 void *commit_edit_baton = rb->pb->commit_edit_baton;
643 SVN_ERR(svn_ra__register_editor_shim_callbacks(rb->pb->session,
645 SVN_ERR(svn_ra_get_commit_editor3(rb->pb->session, &commit_editor,
650 rb->pb->commit_editor = commit_editor;
651 rb->pb->commit_edit_baton = commit_edit_baton;
762 copyfrom_rev = get_revision_mapping(rb->pb->rev_map, nb->copyfrom_rev);
774 if (rb->pb->parent_dir)
775 nb->copyfrom_path = svn_relpath_join(rb->pb->parent_dir,
777 nb->copyfrom_path = svn_path_url_add_component2(rb->pb->root_url,
872 SVN_ERR(svn_ra_change_rev_prop2(rb->pb->session, 0,
892 const struct svn_delta_editor_t *commit_editor = nb->rb->pb->commit_editor;
928 if (nb->rb->pb->parent_dir)
934 nb->rb->pb->parent_dir, pool));
966 const struct svn_delta_editor_t *commit_editor = nb->rb->pb->commit_editor;
997 SVN_ERR(svn_ra_get_file(nb->rb->pb->aux_session, nb->path,
1002 SVN_ERR(svn_ra_get_dir2(nb->rb->pb->aux_session, NULL, NULL, &props,
1023 const struct svn_delta_editor_t *commit_editor = nb->rb->pb->commit_editor;
1042 const struct svn_delta_editor_t *commit_editor = nb->rb->pb->commit_editor;
1056 const struct svn_delta_editor_t *commit_editor = nb->rb->pb->commit_editor;
1075 const svn_delta_editor_t *commit_editor = rb->pb->commit_editor;
1076 void *commit_edit_baton = rb->pb->commit_edit_baton;
1083 if (! rb->pb->quiet)
1106 SVN_ERR(svn_ra_get_commit_editor3(rb->pb->session, &commit_editor,
1127 committed_rev = get_revision_mapping(rb->pb->rev_map, rb->rev);
1138 SVN_ERR(svn_ra_change_rev_prop2(rb->pb->session, committed_rev,
1143 SVN_ERR(svn_ra_change_rev_prop2(rb->pb->session, committed_rev,