Lines Matching defs:revprops
150 { "copy-revprops", copy_revprops_cmd, { 0 },
151 N_("usage: svnsync copy-revprops DEST_URL REV\n"
494 apr_hash_t *revprops, *existing_props;
505 SVN_ERR(svn_ra_rev_proplist(from_session, rev, &revprops, pool));
507 for (hi = apr_hash_first(pool, revprops); hi; hi = apr_hash_next(hi))
1077 /* Finally, copy all non-svnsync revprops from rev 0 of the source
2495 /* Check to see if we have revprops that still need to be copied for
2625 hadn't finished copying the revprops we need to know that, so
2716 revprops and we're all set. */
2826 /*** `svnsync copy-revprops' ***/
2860 (APR_EINVAL, NULL, _("Cannot copy revprops for repositories using "
2869 (APR_EINVAL, NULL, _("Cannot copy revprops for a revision that has not "
2882 /* SUBCOMMAND: copy-revprops */