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

12

/freebsd-11-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 Dtypes.c313 if (log_entry->revprops)
314 new_entry->revprops = svn_prop_hash_dup(log_entry->revprops, pool);
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
/freebsd-11-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);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drevprops.c0 /* revprops.c --- everything needed to handle revprops in FSFS
31 #include "revprops.h"
63 /* first, pack all revprops shards to match the packed revision shards */
113 /* delete the non-packed revprops shards afterwards */
165 /* size of the revprops in PACKED_REVPROPS */
168 /* offset of the revprops in PACKED_REVPROPS */
172 /* concatenation of the serialized representation of all revprops
185 /* Parse the serialized revprops in CONTENT and return them in *PROPERTIES.
204 apr_psprintf(scratch_pool, "Failed to parse revprops fo
311 get_min_filename_len(packed_revprops_t *revprops) argument
327 get_revprop_packname(svn_fs_t *fs, packed_revprops_t *revprops, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
454 parse_packed_revprops(svn_fs_t *fs, packed_revprops_t *revprops, svn_boolean_t read_all, svn_boolean_t populate_cache, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
609 read_pack_revprop(packed_revprops_t **revprops, svn_fs_t *fs, svn_revnum_t rev, svn_boolean_t read_all, svn_boolean_t populate_cache, apr_pool_t *pool) argument
718 packed_revprops_t *revprops; local
807 packed_revprops_t *revprops; local
951 repack_revprops(svn_fs_t *fs, packed_revprops_t *revprops, int start, int end, int changed_index, svn_stringbuf_t *new_serialized, apr_size_t new_total_size, apr_file_t *file, apr_pool_t *pool) argument
1021 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
1089 packed_revprops_t *revprops; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c0 /* revprops.c --- everything needed to handle revprops in FSX
33 #include "revprops.h"
47 process got aborted and that we have re-read revprops. */
63 * initialized. As long as no revprops are being read or changed, revprop
66 * When activated, we cache revprops using (revision, generation) pairs
82 * be forced to re-read any revprop data - usually getting the new revprops
219 /* Cause everyone to re-read revprops upon their next access, if the
302 recover from that state & re-read revprops.
325 a) readers shall re-read revprops, an
386 apr_array_header_t *revprops; member in struct:packed_revprops_t
671 get_revprop_pack_filepath(packed_revprops_t *revprops, manifest_entry_t *entry, apr_pool_t *result_pool) argument
685 get_revprop_packname(svn_fs_t *fs, packed_revprops_t *revprops, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
770 parse_packed_revprops(svn_fs_t *fs, packed_revprops_t *revprops, svn_stringbuf_t *content, svn_boolean_t read_all, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
869 read_pack_revprop(packed_revprops_t **revprops, svn_fs_t *fs, svn_revnum_t rev, svn_boolean_t read_all, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1000 packed_revprops_t *revprops; local
1132 repack_revprops(svn_fs_t *fs, packed_revprops_t *revprops, int start, int end, apr_size_t new_total_size, apr_file_t *file, apr_pool_t *scratch_pool) argument
1171 repack_file_open(apr_file_t **file, svn_fs_t *fs, packed_revprops_t *revprops, svn_revnum_t start_rev, apr_array_header_t **files_to_delete, svn_fs_x__batch_fsync_t *batch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1218 props_len(packed_revprops_t *revprops, int i) argument
1244 packed_revprops_t *revprops; local
1456 packed_revprops_t *revprops; local
[all...]
/freebsd-11-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 *));
204 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_AUTHOR;
205 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_DATE;
207 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_LOG;
217 revprops,
140 apr_array_header_t *revprops; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcompat.c126 entry->revprops = log_entry->revprops;
151 const apr_array_header_t *revprops,
169 revprops,
142 svn_repos__get_logs_compat(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
H A Dlog.c107 if (log_entry->revprops)
108 new_entry->revprops = svn_prop_hash_dup(log_entry->revprops, result_pool);
1104 const apr_array_header_t *revprops,
1110 svn_boolean_t want_revprops = !revprops || revprops->nelts;
1139 /* User is allowed to see at least some revprops. */
1142 if (revprops == NULL)
1144 /* Requested all revprops... */
1148 log_entry->revprops
1100 fill_log_entry(svn_repos_log_entry_t *log_entry, svn_revnum_t rev, svn_fs_t *fs, const apr_array_header_t *revprops, const log_callbacks_t *callbacks, apr_pool_t *pool) argument
1306 send_log(svn_revnum_t rev, svn_fs_t *fs, svn_mergeinfo_t log_target_history_as_mergeinfo, svn_bit_array__t *nested_merges, svn_boolean_t subtractive_merge, svn_boolean_t handling_merged_revision, const apr_array_header_t *revprops, svn_boolean_t has_children, const log_callbacks_t *callbacks, apr_pool_t *pool) argument
1768 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 strict_node_history, const apr_array_header_t *revprops, log_callbacks_t *callbacks, apr_pool_t *pool) argument
1969 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 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, log_callbacks_t *callbacks, apr_pool_t *pool) argument
2307 svn_repos_get_logs5(svn_repos_t *repos, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, int limit, 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_repos_path_change_receiver_t path_change_receiver, void *path_change_receiver_baton, svn_repos_log_entry_receiver_t revision_receiver, void *revision_receiver_baton, apr_pool_t *scratch_pool) argument
[all...]
H A Dcommit.c214 apr_hash_t *revprops;
219 SVN_ERR(svn_fs_revision_proplist2(&revprops, fs, revision,
222 date = svn_hash_gets(revprops, SVN_PROP_REVISION_DATE);
223 author = svn_hash_gets(revprops, SVN_PROP_REVISION_AUTHOR);
1358 apr_hash_t *revprops,
1369 revprops_array = svn_prop_hash_to_array(revprops, scratch_pool);
1384 apr_hash_t *revprops,
1417 author = svn_hash_gets(revprops, SVN_PROP_REVISION_AUTHOR);
1433 SVN_ERR(apply_revprops(repos->fs, eb->txn_name, revprops, scratch_pool));
213 apr_hash_t *revprops; local
1352 apply_revprops(svn_fs_t *fs, const char *txn_name, apr_hash_t *revprops, apr_pool_t *scratch_pool) argument
1375 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
H A Dload-fs-vtable.c107 apr_array_header_t *revprops;
479 rb->revprops = apr_array_make(rb->pool, 8, sizeof(svn_prop_t));
753 prop = &APR_ARRAY_PUSH(rb->revprops, svn_prop_t);
1042 new_props = svn_prop_array_to_hash(rb->revprops, rb->pool);
1064 svn_prop_t *prop = &APR_ARRAY_PUSH(rb->revprops, svn_prop_t);
1075 for (i = 0; i < rb->revprops->nelts; i++)
1077 svn_prop_t *prop = &APR_ARRAY_IDX(rb->revprops, i, svn_prop_t);
1088 SVN_ERR(svn_repos_fs_change_txn_props(rb->txn, rb->revprops, rb->pool));
1090 SVN_ERR(svn_fs_change_txn_props(rb->txn, rb->revprops, rb->pool));
1322 /** The same functionality for revprops onl
106 apr_array_header_t *revprops; member in struct:revision_baton
[all...]
/freebsd-11-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-11-stable/contrib/subversion/subversion/svn/
H A Dlog-cmd.c325 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
541 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
676 svn_compat_log_revprops_clear(log_entry->revprops);
677 if (log_entry->revprops && apr_hash_count(log_entry->revprops) > 0)
679 svn_xml_make_open_tag(&sb, pool, svn_xml_normal, "revprops", SVN_VA_NULL);
680 SVN_ERR(svn_cmdline__print_xml_prop_hash(&sb, log_entry->revprops,
683 svn_xml_make_close_tag(&sb, pool, "revprops");
712 apr_array_header_t *revprops;
718 _("'with-all-revprops' optio
711 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-11-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...]
H A Dshelf.c213 /* Set SHELF->revprops by reading from its storage (the '.log' file).
214 * Set SHELF->revprops to empty if the storage file does not exist; this
227 shelf->revprops = apr_hash_make(shelf->pool);
237 SVN_ERR(svn_hash_read2(shelf->revprops, stream, "PROPS-END", shelf->pool));
242 /* Write SHELF's revprops to its file storage.
259 SVN_ERR(svn_hash_write2(shelf->revprops, stream, "PROPS-END", scratch_pool));
270 svn_hash_sets(shelf->revprops, apr_pstrdup(shelf->pool, prop_name),
282 shelf->revprops = svn_prop_hash_dup(revprop_table, shelf->pool);
284 shelf->revprops = apr_hash_make(shelf->pool);
296 *prop_val = svn_hash_gets(shelf->revprops, prop_nam
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_repos_private.h141 apr_hash_t *revprops,
174 const apr_array_header_t *revprops,
340 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_shelf.h68 apr_hash_t *revprops; /**< non-null; allocated in POOL */
200 * shelf will still exist, with any log message and other revprops, but
203 * Leave the shelf's log message and other revprops unchanged.
365 /** Set @a shelf's revprops to @a revprop_table.
367 * This deletes all previous revprops.
396 /** Get @a shelf's revprops into @a props.
67 apr_hash_t *revprops; /**< non-null; allocated in POOL */ member in struct:svn_client__shelf_t
H A Dsvn_client_shelf2.h68 apr_hash_t *revprops; /* non-null; allocated in POOL */
186 * shelf will still exist, with any log message and other revprops, but
189 * Leave the shelf's log message and other revprops unchanged.
334 /** Set @a shelf's revprops to @a revprop_table.
336 * This deletes all previous revprops.
365 /** Get @a shelf's revprops into @a props.
67 apr_hash_t *revprops; /* non-null; allocated in POOL */ member in struct:svn_client__shelf2_t
/freebsd-11-stable/usr.bin/svn/lib/libsvn_fs_x/
H A DMakefile30 revprops.c \
/freebsd-11-stable/usr.bin/svn/lib/libsvn_fs_fs/
H A DMakefile26 revprops.c \
/freebsd-11-stable/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c144 apr_hash_t *revprops,
231 err = svn_client__mtcc_commit(revprops, commit_callback, NULL,
368 apr_hash_t *revprops,
379 msg = svn_hash_gets(revprops, SVN_PROP_REVISION_LOG);
388 svn_hash_sets(revprops, SVN_PROP_REVISION_LOG, NULL);
527 apr_hash_t *revprops = apr_hash_make(pool); local
605 SVN_ERR(svn_opt_parse_revprop(&revprops, arg, pool));
769 SVN_ERR(sanitize_log_sources(&lmb.log_message, message, revprops, filedata,
967 if ((err = execute(actions, anchor, revprops, base_revision, ctx, pool)))
142 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
366 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

Completed in 228 milliseconds

12