Home
last modified time | relevance | path

Searched refs:SVN_STR_TO_REV (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDold-and-busted.c299 *result = SVN_STR_TO_REV(val); in read_revnum()
805 entry->revision = SVN_STR_TO_REV(revision_str); in atts_to_entry()
904 entry->copyfrom_rev = SVN_STR_TO_REV(revstr); in atts_to_entry()
962 entry->cmt_rev = SVN_STR_TO_REV(cmt_revstr); in atts_to_entry()
HDtree_conflicts.c176 peg_rev = SVN_STR_TO_REV(apr_pstrmemdup(scratch_pool, in read_node_version_info()
HDstatus.c2103 db->ood_changed_rev = SVN_STR_TO_REV(value->data); in change_dir_prop()
2348 fb->ood_changed_rev = SVN_STR_TO_REV(value->data); in change_file_prop()
/NextBSD/contrib/subversion/subversion/svnsync/
HDsvnsync.c1459 last_merged = SVN_STR_TO_REV(last_merged_rev->data); in do_synchronize()
1463 copying = SVN_STR_TO_REV(currently_copying->data); in do_synchronize()
1630 baton->start_rev = SVN_STR_TO_REV(last_merged_rev->data); in do_copy_revprops()
1632 baton->end_rev = SVN_STR_TO_REV(last_merged_rev->data); in do_copy_revprops()
1635 if (baton->start_rev > SVN_STR_TO_REV(last_merged_rev->data)) in do_copy_revprops()
1640 if (baton->end_rev > SVN_STR_TO_REV(last_merged_rev->data)) in do_copy_revprops()
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDblame.c198 path, SVN_STR_TO_REV(rev), in blame_closed()
HDoptions.c298 opt_ctx->youngest_rev = SVN_STR_TO_REV(val); in capabilities_headers_iterator_callback()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_types.h441 #define SVN_STR_TO_REV(str) ((svn_revnum_t) atol(str)) macro
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDload-fs-vtable.c406 nb->copyfrom_rev = SVN_STR_TO_REV(val); in make_node_baton()
463 rb->rev = SVN_STR_TO_REV(val); in make_revision_baton()
/NextBSD/contrib/subversion/subversion/svndumpfilter/
HDsvndumpfilter.c353 rb->rev_orig = SVN_STR_TO_REV(rev_orig); in new_revision_record()
640 cf_orig_rev = SVN_STR_TO_REV(val); in new_node_record()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDopt.c529 revision->value.number = SVN_STR_TO_REV(str); in parse_one_rev()
/NextBSD/contrib/subversion/subversion/libsvn_fs_base/util/
HDfs_skels.c439 SVN_STR_TO_REV(apr_pstrmemdup(pool, base_id_or_rev->data, in svn_fs_base__parse_transaction_skel()