Searched refs:revprops (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcompat.c75 svn_compat_log_revprops_clear(apr_hash_t *revprops) argument
77 if (revprops)
79 svn_hash_sets(revprops, SVN_PROP_REVISION_AUTHOR, NULL);
80 svn_hash_sets(revprops, SVN_PROP_REVISION_DATE, NULL);
81 svn_hash_sets(revprops, SVN_PROP_REVISION_LOG, NULL);
88 apr_array_header_t *revprops = apr_array_make(pool, 3, sizeof(char *)); local
90 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_AUTHOR;
91 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_DATE;
92 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_LOG;
94 return revprops;
98 svn_compat_log_revprops_out_string(const svn_string_t **author, const svn_string_t **date, const svn_string_t **message, apr_hash_t *revprops) argument
113 svn_compat_log_revprops_out(const char **author, const char **date, const char **message, apr_hash_t *revprops) argument
[all...]
H A Dlog.c211 const apr_array_header_t *revprops, apr_pool_t *pool)
240 if (revprops == NULL)
241 svn_stringbuf_appendcstr(options, " revprops=all");
242 else if (revprops->nelts > 0)
244 svn_stringbuf_appendcstr(options, " revprops=(");
245 for (i = 0; i < revprops->nelts; i++)
247 const char *name = APR_ARRAY_IDX(revprops, i, const char *);
205 svn_log__log(const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, apr_pool_t *pool) argument
H A Dtypes.c313 if (log_entry->revprops)
314 new_entry->revprops = svn_prop_hash_dup(log_entry->revprops, pool);
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_compat.h57 /** Clear svn:author, svn:date, and svn:log from @a revprops if not NULL.
64 svn_compat_log_revprops_clear(apr_hash_t *revprops);
67 * retrieve the pre-1.5 set of revprops: svn:author, svn:date, and svn:log.
75 * svn:author, svn:date, and svn:log revprops from @a revprops. If @a
76 * revprops is NULL, all return values are NULL. Any return value may be
77 * NULL if the corresponding property is not set in @a revprops.
85 apr_hash_t *revprops);
94 const char **message, apr_hash_t *revprops);
H A Dsvn_types.h956 * would contain no revprops. Maps (const char *) property name to
958 apr_hash_t *revprops;
938 apr_hash_t *revprops; member in struct:svn_log_entry_t
H A Dsvn_opt.h575 * @a revprops, making copies of both with @a pool. If @a revprops is
576 * @c NULL, allocate a new apr_hash_t in it. @a revprops maps
583 svn_opt_parse_revprop(apr_hash_t **revprops, const char *revprop_spec,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drevprops.c0 /* revprops.c --- everything needed to handle revprops in FSFS
30 #include "revprops.h"
41 process got aborted and that we have re-read revprops. */
66 /* first, pack all revprops shards to match the packed revision shards */
115 /* delete the non-packed revprops shards afterwards */
170 /* size of the revprops in PACKED_REVPROPS */
173 /* offset of the revprops in PACKED_REVPROPS */
177 /* concatenation of the serialized representation of all revprops
190 /* Parse the serialized revprops i
263 get_min_filename_len(packed_revprops_t *revprops) argument
278 get_revprop_packname(svn_fs_t *fs, packed_revprops_t *revprops, apr_pool_t *pool, apr_pool_t *scratch_pool) argument
402 parse_packed_revprops(svn_fs_t *fs, packed_revprops_t *revprops, svn_boolean_t read_all, apr_pool_t *pool, apr_pool_t *scratch_pool) argument
523 read_pack_revprop(packed_revprops_t **revprops, svn_fs_t *fs, svn_revnum_t rev, apr_int64_t generation, svn_boolean_t read_all, apr_pool_t *pool) argument
631 packed_revprops_t *revprops; local
770 repack_revprops(svn_fs_t *fs, packed_revprops_t *revprops, int start, int end, int changed_index, svn_stringbuf_t *new_serialized, apr_off_t new_total_size, apr_file_t *file, apr_pool_t *pool) argument
841 repack_file_open(apr_file_t **file, svn_fs_t *fs, packed_revprops_t *revprops, int start, int end, apr_array_header_t **files_to_delete, apr_pool_t *pool) argument
909 packed_revprops_t *revprops; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c0 /* revprops.c --- everything needed to handle revprops in FSX
31 #include "revprops.h"
43 process got aborted and that we have re-read revprops. */
78 /* first, pack all revprops shards to match the packed revision shards */
126 /* delete the non-packed revprops shards afterwards */
155 * initialized. As long as no revprops are being read or changed, revprop
158 * When activated, we cache revprops using (revision, generation) pairs
183 * be forced to re-read any revprop data - usually getting the new revprops
488 /* Cause everyone to re-read revprops upo
740 get_min_filename_len(packed_revprops_t *revprops) argument
756 get_revprop_packname(svn_fs_t *fs, packed_revprops_t *revprops, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
881 parse_packed_revprops(svn_fs_t *fs, packed_revprops_t *revprops, svn_boolean_t read_all, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1014 read_pack_revprop(packed_revprops_t **revprops, svn_fs_t *fs, svn_revnum_t rev, apr_int64_t generation, svn_boolean_t read_all, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1149 packed_revprops_t *revprops; local
1301 repack_revprops(svn_fs_t *fs, packed_revprops_t *revprops, int start, int end, int changed_index, svn_stringbuf_t *new_serialized, apr_off_t new_total_size, svn_stream_t *file_stream, apr_pool_t *scratch_pool) argument
1374 repack_stream_open(svn_stream_t **stream, svn_fs_t *fs, packed_revprops_t *revprops, int start, int end, apr_array_header_t **files_to_delete, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1450 packed_revprops_t *revprops; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
H A Dnull-log-cmd.c96 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
141 apr_array_header_t *revprops;
201 revprops = apr_array_make(pool, 3, sizeof(char *));
202 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_AUTHOR;
203 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_DATE;
205 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_LOG;
213 revprops,
140 apr_array_header_t *revprops; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlog.c81 const apr_array_header_t *revprops; member in struct:log_context_t
86 members are collected by individual states. revprops and paths are
157 collect_revprop(apr_hash_t *revprops, argument
162 apr_pool_t *result_pool = apr_hash_pool_get(revprops);
184 svn_hash_sets(revprops, propname, decoded);
292 /* ... and same story for the collected revprops. */
293 log_entry->revprops = log_ctx->collect_revprops;
464 if (log_ctx->revprops)
467 for (i = 0; i < log_ctx->revprops->nelts; i++)
469 char *name = APR_ARRAY_IDX(log_ctx->revprops,
509 svn_ra_serf__get_log(svn_ra_session_t *ra_session, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, svn_log_entry_receiver_t receiver, void *receiver_baton, apr_pool_t *pool) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dlog-cmd.c305 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
521 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
656 svn_compat_log_revprops_clear(log_entry->revprops);
657 if (log_entry->revprops && apr_hash_count(log_entry->revprops) > 0)
659 svn_xml_make_open_tag(&sb, pool, svn_xml_normal, "revprops", SVN_VA_NULL);
660 SVN_ERR(svn_cmdline__print_xml_prop_hash(&sb, log_entry->revprops,
663 svn_xml_make_close_tag(&sb, pool, "revprops");
692 apr_array_header_t *revprops;
698 _("'with-all-revprops' optio
691 apr_array_header_t *revprops; local
[all...]
H A Dmergeinfo-cmd.c282 apr_array_header_t *revprops;
290 revprops = apr_array_make(pool, 3, sizeof(const char *));
291 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_AUTHOR;
292 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_DATE;
294 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_LOG;
317 revprops = apr_array_make(pool, 0, sizeof(const char *));
328 TRUE, depth, revprops, ctx,
280 apr_array_header_t *revprops; local
H A Dprops.c179 static const char *const revprops[] =
183 static const apr_size_t revprops_len = sizeof(revprops)/sizeof(*revprops);
185 const char *const *const proplist = (revprop ? revprops : nodeprops);
177 static const char *const revprops[] = local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dlog.c191 *revprops in log entries */
195 /* ra session for retrieving revprops from old servers */
197 /* caller's list of requested revprops, receiver, and baton */
200 const apr_array_header_t *revprops;
213 /* If only some revprops are requested, get them one at a time on the
215 svn_ra_rev_proplist. This avoids getting unrequested revprops (which
218 if (rb->revprops)
223 for (i = 0; i < rb->revprops->nelts; i++)
225 const char *name = APR_ARRAY_IDX(rb->revprops, i, const char *);
229 log_entry->revprops i
199 const apr_array_header_t *revprops; member in struct:pre_15_receiver_baton_t
640 run_ra_get_log(apr_array_header_t *revision_ranges, apr_array_header_t *paths, apr_array_header_t *log_segments, svn_client__pathrev_t *actual_loc, svn_ra_session_t *ra_session, const apr_array_header_t *targets, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, svn_log_entry_receiver_t real_receiver, void *real_receiver_baton, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
839 svn_client_log5(const apr_array_header_t *targets, const svn_opt_revision_t *peg_revision, const apr_array_header_t *opt_rev_ranges, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, svn_log_entry_receiver_t real_receiver, void *real_receiver_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c1080 const apr_array_header_t *revprops,
1087 svn_boolean_t want_revprops = !revprops || revprops->nelts;
1125 /* User is allowed to see at least some revprops. */
1127 if (revprops == NULL)
1129 /* Requested all revprops... */
1133 log_entry->revprops = svn_hash__make(pool);
1134 svn_hash_sets(log_entry->revprops, SVN_PROP_REVISION_AUTHOR,
1136 svn_hash_sets(log_entry->revprops, SVN_PROP_REVISION_DATE,
1141 log_entry->revprops
1074 fill_log_entry(svn_log_entry_t *log_entry, svn_revnum_t rev, svn_fs_t *fs, apr_hash_t *prefetched_changes, svn_boolean_t discover_changed_paths, const apr_array_header_t *revprops, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
1228 send_log(svn_revnum_t rev, svn_fs_t *fs, apr_hash_t *prefetched_changes, svn_mergeinfo_t log_target_history_as_mergeinfo, svn_bit_array__t *nested_merges, svn_boolean_t discover_changed_paths, svn_boolean_t subtractive_merge, svn_boolean_t handling_merged_revision, const apr_array_header_t *revprops, svn_boolean_t has_children, svn_log_entry_receiver_t receiver, void *receiver_baton, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
1749 handle_merged_revisions(svn_revnum_t rev, svn_fs_t *fs, svn_mergeinfo_t log_target_history_as_mergeinfo, svn_bit_array__t *nested_merges, svn_mergeinfo_t processed, svn_mergeinfo_t added_mergeinfo, svn_mergeinfo_t deleted_mergeinfo, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, const apr_array_header_t *revprops, svn_log_entry_receiver_t receiver, void *receiver_baton, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
1956 do_logs(svn_fs_t *fs, const apr_array_header_t *paths, svn_mergeinfo_t log_target_history_as_mergeinfo, svn_mergeinfo_t processed, svn_bit_array__t *nested_merges, svn_revnum_t hist_start, svn_revnum_t hist_end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, svn_boolean_t subtractive_merge, svn_boolean_t handling_merged_revisions, svn_boolean_t ignore_missing_locations, const apr_array_header_t *revprops, svn_boolean_t descending_order, svn_log_entry_receiver_t receiver, void *receiver_baton, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
2311 svn_repos_get_logs4(svn_repos_t *repos, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, svn_log_entry_receiver_t receiver, void *receiver_baton, apr_pool_t *pool) argument
[all...]
H A Dload-fs-vtable.c106 apr_array_header_t *revprops;
461 rb->revprops = apr_array_make(rb->pool, 8, sizeof(svn_prop_t));
743 prop = &APR_ARRAY_PUSH(rb->revprops, svn_prop_t);
1028 new_props = svn_prop_array_to_hash(rb->revprops, rb->pool);
1049 svn_prop_t *prop = &APR_ARRAY_PUSH(rb->revprops, svn_prop_t);
1056 SVN_ERR(svn_repos_fs_change_txn_props(rb->txn, rb->revprops, rb->pool));
1058 SVN_ERR(svn_fs_change_txn_props(rb->txn, rb->revprops, rb->pool));
105 apr_array_header_t *revprops; member in struct:revision_baton
H A Dcommit.c1308 apr_hash_t *revprops,
1319 revprops_array = svn_prop_hash_to_array(revprops, scratch_pool);
1334 apr_hash_t *revprops,
1367 author = svn_hash_gets(revprops, SVN_PROP_REVISION_AUTHOR);
1383 SVN_ERR(apply_revprops(repos->fs, eb->txn_name, revprops, scratch_pool));
1302 apply_revprops(svn_fs_t *fs, const char *txn_name, apr_hash_t *revprops, apr_pool_t *scratch_pool) argument
1325 svn_repos__get_commit_ev2(svn_editor_t **editor, svn_repos_t *repos, svn_authz_t *authz, const char *authz_repos_name, const char *authz_user, apr_hash_t *revprops, svn_commit_callback2_t commit_cb, void *commit_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10-stable/contrib/subversion/subversion/include/private/
H A Dsvn_repos_private.h113 apr_hash_t *revprops,
353 apr_hash_t *revprops,
H A Dsvn_ra_private.h256 apr_hash_t *revprops,
H A Dsvn_log.h169 const apr_array_header_t *revprops, apr_pool_t *pool);
H A Dsvn_client_private.h338 const apr_array_header_t *revprops,
/freebsd-10-stable/usr.bin/svn/lib/libsvn_fs_fs/
H A DMakefile12 pack.c recovery.c rep-cache.c rev_file.c revprops.c \
/freebsd-10-stable/usr.bin/svn/lib/libsvn_fs_x/
H A DMakefile12 recovery.c rep-cache.c reps.c rev_file.c revprops.c \
/freebsd-10-stable/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c134 apr_hash_t *revprops,
221 err = svn_client__mtcc_commit(revprops, commit_callback, NULL,
357 apr_hash_t *revprops,
368 msg = svn_hash_gets(revprops, SVN_PROP_REVISION_LOG);
377 svn_hash_sets(revprops, SVN_PROP_REVISION_LOG, NULL);
514 apr_hash_t *revprops = apr_hash_make(pool); local
585 SVN_ERR(svn_opt_parse_revprop(&revprops, arg, pool));
737 SVN_ERR(sanitize_log_sources(&lmb.log_message, message, revprops, filedata,
935 if ((err = execute(actions, anchor, revprops, base_revision, ctx, pool)))
132 execute(const apr_array_header_t *actions, const char *anchor, apr_hash_t *revprops, svn_revnum_t base_revision, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
355 sanitize_log_sources(const char **final_message, const char *message, apr_hash_t *revprops, svn_stringbuf_t *filedata, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1120 /* If we're sending revprops other than svn:log, make sure the server won't
1613 const apr_array_header_t *revprops,
1644 if (revprops)
1647 SVN_ERR(svn_ra_svn__write_tuple(conn, pool, "!w(!", "revprops"));
1648 for (i = 0; i < revprops->nelts; i++)
1650 name = APR_ARRAY_IDX(revprops, i, char *);
1666 SVN_ERR(svn_ra_svn__write_tuple(conn, pool, "!w())", "all-revprops"));
1708 /* Caller asked for custom revprops, but server is too old. */
1710 _("Server does not support custom revprops"
1790 &log_entry->revprops));
1604 perform_ra_svn_log(svn_error_t **outer_error, svn_ra_session_t *session, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, svn_log_entry_receiver_t receiver, void *receiver_baton, apr_pool_t *pool) argument
1830 ra_svn_log(svn_ra_session_t *session, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, svn_log_entry_receiver_t receiver, void *receiver_baton, apr_pool_t *pool) argument
[all...]

Completed in 244 milliseconds

12