Searched refs:revision (Results 51 - 75 of 319) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dinherited_props.c81 /* The revision of PATH*/
82 svn_revnum_t revision;
262 apr_ltoa(pool, iprops_ctx->revision),
278 svn_revnum_t revision,
294 revision,
310 iprops_ctx->revision = revision;
80 svn_revnum_t revision; member in struct:iprops_context_t
273 svn_ra_serf__get_inherited_props(svn_ra_session_t *ra_session, apr_array_header_t **iprops, const char *path, svn_revnum_t revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dproperty.c677 svn_revnum_t revision,
690 url, revision, "0", which_props,
693 ver_props = apr_hash_get(multiprops, &revision, sizeof(revision));
964 * SVN_INVALID_REVNUM to query the HEAD revision).
966 * If ACTUAL_REVISION is non-NULL, set *ACTUAL_REVISION to revision
976 svn_revnum_t revision,
985 baseline_url, revision,
1037 revision) will return the latest Baseline resource's URL. */
1051 and DAV:version-name properties. The latter is the revision numbe
672 svn_ra_serf__fetch_node_props(apr_hash_t **results, svn_ra_serf__connection_t *conn, const char *url, svn_revnum_t revision, const svn_ra_serf__dav_props_t *which_props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
970 retrieve_baseline_info(svn_revnum_t *actual_revision, const char **basecoll_url_p, svn_ra_serf__connection_t *conn, const char *baseline_url, svn_revnum_t revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1103 get_baseline_info(const char **bc_url, svn_revnum_t *revnum_used, svn_ra_serf__session_t *session, svn_ra_serf__connection_t *conn, svn_revnum_t revision, apr_pool_t *pool) argument
1169 svn_ra_serf__get_stable_url(const char **stable_url, svn_revnum_t *latest_revnum, svn_ra_serf__session_t *session, svn_ra_serf__connection_t *conn, const char *url, svn_revnum_t revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1236 svn_ra_serf__fetch_dav_prop(const char **value, svn_ra_serf__connection_t *conn, const char *url, svn_revnum_t revision, const char *propname, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dswitch.c94 const svn_opt_revision_t *revision,
210 peg_revision, revision,
329 invalid revnum, that means RA will use the latest revision. */
386 notify->revision = revnum;
390 /* If the caller wants the result revision, give it to them. */
402 const svn_opt_revision_t *revision,
435 switch_url, peg_revision, revision,
461 const svn_opt_revision_t *revision,
478 peg_revision, revision, depth,
86 switch_internal(svn_revnum_t *result_rev, apr_hash_t *conflicted_paths, const char *local_abspath, const char *anchor_abspath, const char *switch_url, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t ignore_externals, svn_boolean_t allow_unver_obstructions, svn_boolean_t ignore_ancestry, svn_boolean_t *timestamp_sleep, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
396 svn_client__switch_internal(svn_revnum_t *result_rev, const char *path, const char *switch_url, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t ignore_externals, svn_boolean_t allow_unver_obstructions, svn_boolean_t ignore_ancestry, svn_boolean_t *timestamp_sleep, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
455 svn_client_switch3(svn_revnum_t *result_rev, const char *path, const char *switch_url, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t ignore_externals, svn_boolean_t allow_unver_obstructions, svn_boolean_t ignore_ancestry, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
H A Dupgrade.c197 svn_revnum_t revision;
295 revision = (item->revision.kind == svn_opt_revision_number
296 ? item->revision.value.number
307 revision,
195 svn_revnum_t revision; local
H A Dctx.c51 n->revision);
H A Drepos_diff.c27 * revision. This necessitates a separate request for the REV1 version
67 svn_revnum_t revision; member in struct:edit_baton
145 /* Base revision of directory. */
193 /* Holds the checksum of the start revision file */
296 file_baton->base_revision = parent_baton->edit_baton->revision;
303 /* Get revision FB->base_revision of the file described by FB from the
460 db->left_source = svn_diff__source_create(eb->revision, db->pool);
489 svn_diff_source_t *left_source = svn_diff__source_create(eb->revision,
522 /* Recursively walk tree rooted at DIR (at EB->revision) in the repository,
526 * the overall crawler editor baton. EB->revision mus
1343 svn_client__get_diff_editor2(const svn_delta_editor_t **editor, void **edit_baton, svn_ra_session_t *ra_session, svn_depth_t depth, svn_revnum_t revision, svn_boolean_t text_deltas, const svn_diff_tree_processor_t *processor, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool) argument
[all...]
H A Dstatus.c131 svn_revnum_t revision, svn_depth_t depth,
138 revision, depth, start_empty,
155 svn_revnum_t revision, svn_depth_t depth,
176 revision, depth, start_empty,
334 const svn_opt_revision_t *revision,
509 if (revision->kind == svn_opt_revision_head)
511 /* Cause the revision number to be omitted from the request,
517 /* Get a revision number for our status operation. */
521 ra_session, revision,
567 notify->revision
128 reporter_set_path(void *report_baton, const char *path, svn_revnum_t revision, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
152 reporter_link_path(void *report_baton, const char *path, const char *url, svn_revnum_t revision, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
328 svn_client_status5(svn_revnum_t *result_rev, svn_client_ctx_t *ctx, const char *path, const svn_opt_revision_t *revision, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t update, svn_boolean_t no_ignore, svn_boolean_t ignore_externals, svn_boolean_t depth_as_sticky, const apr_array_header_t *changelists, svn_client_status_func_t status_func, void *status_baton, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dnode.c144 svn_wc__internal_get_repos_info(svn_revnum_t *revision,
156 SVN_ERR(svn_wc__db_read_info(&status, NULL, revision, repos_relpath,
199 /* We keep revision as SVN_INVALID_REVNUM */
243 svn_wc__node_get_repos_info(svn_revnum_t *revision,
253 svn_wc__internal_get_repos_info(revision,
668 svn_revnum_t *revision,
685 err = svn_wc__db_base_get_info(&status, &db_kind, revision, repos_relpath,
714 if (revision)
715 *revision = SVN_INVALID_REVNUM;
732 SVN_ERR_ASSERT(!revision || SVN_IS_VALID_REVNU
142 svn_wc__internal_get_repos_info(svn_revnum_t *revision, const char **repos_relpath, const char **repos_root_url, const char **repos_uuid, svn_wc__db_t *db, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
241 svn_wc__node_get_repos_info(svn_revnum_t *revision, const char **repos_relpath, const char **repos_root_url, const char **repos_uuid, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
665 svn_wc__node_get_base(svn_node_kind_t *kind, svn_revnum_t *revision, const char **repos_relpath, const char **repos_root_url, const char **repos_uuid, const char **lock_token, svn_wc_context_t *wc_ctx, const char *local_abspath, svn_boolean_t ignore_enoent, svn_boolean_t show_hidden, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
738 svn_wc__node_get_pre_ng_status_data(svn_revnum_t *revision, svn_revnum_t *changed_rev, apr_time_t *changed_date, const char **changed_author, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
950 svn_wc__internal_get_origin(svn_boolean_t *is_copy, svn_revnum_t *revision, const char **repos_relpath, const char **repos_root_url, const char **repos_uuid, const char **copy_root_abspath, svn_wc__db_t *db, const char *local_abspath, svn_boolean_t scan_deleted, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1077 svn_wc__node_get_origin(svn_boolean_t *is_copy, svn_revnum_t *revision, const char **repos_relpath, const char **repos_root_url, const char **repos_uuid, const char **copy_root_abspath, svn_wc_context_t *wc_ctx, const char *local_abspath, svn_boolean_t scan_deleted, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1097 svn_wc__node_get_commit_status(svn_boolean_t *added, svn_boolean_t *deleted, svn_boolean_t *is_replace_root, svn_boolean_t *is_op_root, svn_revnum_t *revision, svn_revnum_t *original_revision, const char **original_repos_relpath, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c109 /* The new revision created by this commit. */
125 svn_revnum_t base_rev; /* the revision I'm based on */
150 /* Callback to provide info about the committed revision. */
180 svn_revnum_t revision,
192 SVN_ERR(svn_fs_revision_prop(&date, fs, revision, SVN_PROP_REVISION_DATE,
194 SVN_ERR(svn_fs_revision_prop(&author, fs, revision,
201 commit_info->revision = revision;
243 result of a copy operation. BASE_REVISION is the base revision of
293 _("Got source path but no source revision fo
176 invoke_commit_cb(svn_commit_callback2_t commit_cb, void *commit_baton, svn_fs_t *fs, svn_revnum_t revision, const char *post_commit_errstr, apr_pool_t *scratch_pool) argument
435 delete_entry(const char *path, svn_revnum_t revision, void *parent_baton, apr_pool_t *pool) argument
1103 alter_directory_cb(void *baton, const char *relpath, svn_revnum_t revision, const apr_array_header_t *children, apr_hash_t *props, apr_pool_t *scratch_pool) argument
1120 alter_file_cb(void *baton, const char *relpath, svn_revnum_t revision, apr_hash_t *props, const svn_checksum_t *checksum, svn_stream_t *contents, apr_pool_t *scratch_pool) argument
1138 alter_symlink_cb(void *baton, const char *relpath, svn_revnum_t revision, apr_hash_t *props, const char *target, apr_pool_t *scratch_pool) argument
1155 delete_cb(void *baton, const char *relpath, svn_revnum_t revision, apr_pool_t *scratch_pool) argument
1221 svn_revnum_t revision; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c60 character describing the change that caused this revision (as
62 revision PATH was copied from, or SVN_INVALID_REVNUM if it was not
77 svn_revnum_t revision,
95 /* See if PATH was explicitly changed in this revision. */
99 /* If PATH was not newly added in this revision, then it may or may
109 /* PATH is new in this revision. This means it cannot have been
127 /* The path was not explicitly changed in this revision. The
128 fact that we're hearing about this revision implies, then,
184 "'%s' in revision %ld"),
185 svn_dirent_local_style(path, pool), revision);
70 prev_log_path(const char **prev_path_p, char *action_p, svn_revnum_t *copyfrom_rev_p, apr_hash_t *changed_paths, const char *path, svn_node_kind_t kind, svn_revnum_t revision, apr_pool_t *pool) argument
609 svn_revnum_t revision; /* the revision number */ member in struct:rev
867 svn_ra__get_inherited_props_walk(svn_ra_session_t *session, const char *path, svn_revnum_t revision, apr_array_header_t **inherited_props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dra_loader.c597 svn_revnum_t *revision,
601 return session->vtable->get_dated_revision(session, revision, tm, pool);
733 svn_revnum_t revision,
740 return session->vtable->get_file(session, path, revision, stream,
749 svn_revnum_t revision,
755 path, revision, dirent_fields, pool); argument
761 svn_revnum_t revision,
785 revision, inherit,
846 svn_revnum_t revision,
856 status_target, revision, dept
593 svn_ra_get_dated_revision(svn_ra_session_t *session, svn_revnum_t *revision, apr_time_t tm, apr_pool_t *pool) argument
728 svn_ra_get_file(svn_ra_session_t *session, const char *path, svn_revnum_t revision, svn_stream_t *stream, svn_revnum_t *fetched_rev, apr_hash_t **props, apr_pool_t *pool) argument
741 svn_ra_get_dir2(svn_ra_session_t *session, apr_hash_t **dirents, svn_revnum_t *fetched_rev, apr_hash_t **props, const char *path, svn_revnum_t revision, apr_uint32_t dirent_fields, apr_pool_t *pool) argument
839 svn_ra_do_status2(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, const char *status_target, svn_revnum_t revision, svn_depth_t depth, const svn_delta_editor_t *status_editor, void *status_baton, apr_pool_t *pool) argument
857 svn_ra_do_diff3(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision, const char *diff_target, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t text_deltas, const char *versus_url, const svn_delta_editor_t *diff_editor, void *diff_baton, apr_pool_t *pool) argument
912 svn_ra_check_path(svn_ra_session_t *session, const char *path, svn_revnum_t revision, svn_node_kind_t *kind, apr_pool_t *pool) argument
922 svn_ra_stat(svn_ra_session_t *session, const char *path, svn_revnum_t revision, svn_dirent_t **dirent, apr_pool_t *pool) argument
1131 svn_ra_replay(svn_ra_session_t *session, svn_revnum_t revision, svn_revnum_t low_water_mark, svn_boolean_t text_deltas, const svn_delta_editor_t *editor, void *edit_baton, apr_pool_t *pool) argument
1144 svn_ra__replay_ev2(svn_ra_session_t *session, svn_revnum_t revision, svn_revnum_t low_water_mark, svn_boolean_t send_deltas, svn_editor_t *editor, apr_pool_t *scratch_pool) argument
1316 svn_ra_get_inherited_props(svn_ra_session_t *session, apr_array_header_t **iprops, const char *path, svn_revnum_t revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Deditor.c53 revision, which is returned along with the properties.
55 This is a little shim to map between the prototypes. The base revision
56 for the properties is discarded, and the requested revision (from the
199 /* Most commit drives pass SVN_INVALID_REVNUM for the revision.
203 Notably, the PROPSET command passes a specific revision. Before
205 revision a parameter.
207 ### revision passed to the Ev1->open_root() callback? */
235 revstart_func_wrapper(svn_revnum_t revision, argument
251 SVN_ERR(wrb->revstart_func(revision, wrb->replay_baton, &wrb->editor,
289 revfinish_func_wrapper(svn_revnum_t revision, argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c106 "one revision.\n"),
121 {"revision", 'r', 1,
122 N_("specify revision number ARG (or X:Y range)")},
193 replay_revstart(svn_revnum_t revision,
211 ": %ld\n", revision));
235 SVN_ERR(svn_rdump__get_dump_editor(editor, edit_baton, revision,
245 replay_revend(svn_revnum_t revision,
258 SVN_ERR(svn_cmdline_fprintf(stderr, pool, "* Dumped revision %lu.\n",
259 revision));
268 replay_revstart_v2(svn_revnum_t revision,
191 replay_revstart(svn_revnum_t revision, void *replay_baton, const svn_delta_editor_t **editor, void **edit_baton, apr_hash_t *rev_props, apr_pool_t *pool) argument
243 replay_revend(svn_revnum_t revision, void *replay_baton, const svn_delta_editor_t *editor, void *edit_baton, apr_hash_t *rev_props, apr_pool_t *pool) argument
266 replay_revstart_v2(svn_revnum_t revision, void *replay_baton, svn_editor_t **editor, apr_hash_t *rev_props, apr_pool_t *pool) argument
318 replay_revend_v2(svn_revnum_t revision, void *replay_baton, svn_editor_t *editor, apr_hash_t *rev_props, apr_pool_t *pool) argument
429 dump_revision_header(svn_ra_session_t *session, svn_stream_t *stdout_stream, svn_revnum_t revision, apr_pool_t *pool) argument
468 dump_initial_full_revision(svn_ra_session_t *session, svn_ra_session_t *extra_ra_session, svn_stream_t *stdout_stream, svn_revnum_t revision, svn_boolean_t quiet, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_client_private.h41 /* Return true if KIND is a revision kind that is dependent on the working
49 /* Return true if KIND is a revision kind that the WC can supply without
117 absolute URL, a peg revision PEG_REVISION, and a desired revision
119 that revision, following copy history if necessary. If REVISION is
128 If PEG_REVISION->kind is 'unspecified', the peg revision is 'head'
130 'unspecified', the operative revision is the peg revision.
146 const svn_opt_revision_t *revision,
151 absolute URL, a peg revision PEG_REVISIO
[all...]
H A Dsvn_diff_tree.h72 * - revision numbers and copyfrom information on directories.
115 svn_revnum_t revision; member in struct:svn_diff_source_t
349 svn_diff__source_create(svn_revnum_t revision,
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dlog-cmd.c71 /* Stack which keeps track of merge revision nesting, using svn_revnum_t's */
89 * it changed in the revision that LOG_ENTRY describes.
121 start_revision.value.number = log_entry->revision - 1;
123 end_revision.value.number = log_entry->revision;
342 if (log_entry->revision == 0 && message == NULL)
345 if (! SVN_IS_VALID_REVNUM(log_entry->revision))
371 APR_ARRAY_PUSH(lb->merge_stack, svn_revnum_t) = log_entry->revision;
378 log_entry->revision, author, date));
477 APR_ARRAY_PUSH(lb->merge_stack, svn_revnum_t) = log_entry->revision;
493 * revision
[all...]
H A Dmerge-cmd.c50 * revision. */ argument
53 const svn_opt_revision_t *revision,
56 if (revision->kind != svn_opt_revision_number
57 && revision->kind != svn_opt_revision_date
58 && revision->kind != svn_opt_revision_head
63 "used with a repository revision (a number, a date, or head)"),
99 /* If we don't have at least one valid revision range, pick a
171 /* Merge doesn't support specifying a revision or revision range
275 /* A revision *rang
[all...]
H A Dprops.c55 svn_cl__revprop_prepare(const svn_opt_revision_t *revision,
63 if (revision->kind != svn_opt_revision_number
64 && revision->kind != svn_opt_revision_date
65 && revision->kind != svn_opt_revision_head)
68 _("Must specify the revision as a number, a date or 'HEAD' "
69 "when operating on a revision property"));
293 node or revision property names. Skip the prefix while matching,
53 svn_cl__revprop_prepare(const svn_opt_revision_t *revision, const apr_array_header_t *targets, const char **URL, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
/freebsd-10.0-release/usr.sbin/pkg_install/lib/
H A Dversion.c30 * 1.0 - Initial revision;
51 * split_version(pkgname, endname, epoch, revision) returns a pointer to
60 split_version(const char *pkgname, const char **endname, unsigned long *epoch, unsigned long *revision) argument
76 if (revision != NULL) {
77 *revision = ch ? strtoul(ch + 1, NULL, 10) : 0;
89 /* set the pointer behind the last character of the version without revision or epoch */
260 * See the commit log for revision 1.349 of ports/Mk/bsd.port.mk
263 * The epoch and revision are defined to be a single number, while the rest
284 /* Check epoch, port version, and port revision, in that order. */
323 /* Compare FreeBSD revision number
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Drevs-txns.c1 /* revs-txns.c : operations on revision and transactions
91 (as long as those parameters aren't NULL) for the revision REV in
101 revision_t *revision;
104 SVN_ERR(svn_fs_bdb__get_rev(&revision, fs, rev, trail, pool));
105 if (revision->txn_id == NULL)
108 SVN_ERR(get_txn(&txn, fs, revision->txn_id, FALSE, trail, pool));
109 if (txn->revision != rev)
110 return svn_fs_base__err_corrupt_txn(fs, revision->txn_id);
115 *txn_id = revision->txn_id;
145 revision_t *revision;
99 revision_t *revision; local
143 revision_t *revision; local
329 svn_fs_base__txn_make_committed(svn_fs_t *fs, const char *txn_name, svn_revnum_t revision, trail_t *trail, apr_pool_t *pool) argument
353 svn_fs_base__txn_get_revision(svn_revnum_t *revision, svn_fs_t *fs, const char *txn_name, trail_t *trail, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/sys/dev/isci/
H A Disci_oem_parameters.c74 struct revision struct in struct:oem_parameters_table
78 } revision; member in struct:oem_parameters_table
/freebsd-10.0-release/tools/tools/commitsdb/
H A Dmake_commit_db7 # messages of each revision of every file in the tree.
72 # Record the hash of the message against the revision.
75 # Get the revision number
76 $e =~ s/^revision\s*(\S*)\n//s;
/freebsd-10.0-release/sbin/nvmecontrol/
H A Dlogpage.c211 if (fw->revision[i] == 0LLU)
214 if (isprint(*(char *)&fw->revision[i]))
216 (char *)&fw->revision[i]);
219 fw->revision[i]);
/freebsd-10.0-release/usr.bin/patch/
H A Dcommon.h115 extern char *revision; /* prerequisite revision, if any */
/freebsd-10.0-release/usr.sbin/mlxcontrol/
H A Dmlxcontrol.h47 extern int mlx_scsi_inquiry(int unit, int bus, int target, char **vendor, char **device, char **revision);

Completed in 313 milliseconds

1234567891011>>