Searched defs:revprops (Results 1 - 1 of 1) sorted by relevance
| /vbox/src/apps/svnsync-vbox/ |
| H A D | main.c | 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' ***/ 493 apr_hash_t *revprops, *existing_props; local [all...] |
Completed in 205 milliseconds