Searched refs:revision (Results 126 - 150 of 319) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c101 kept in the FS object and shared among multiple revision root
106 /* A dag node for the revision's root directory. */
158 /* revision to which the NODE belongs */
159 svn_revnum_t revision;
340 , svn_revnum_t revision
345 apr_uint32_t hash_value = (apr_uint32_t)revision;
354 if ( (result->revision == revision)
393 || (result->revision != revision)
157 svn_revnum_t revision; member in struct:cache_entry_t
1292 svn_fs_fs__node_created_rev(svn_revnum_t *revision, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
2169 svn_fs_fs__deltify(svn_fs_t *fs, svn_revnum_t revision, apr_pool_t *pool) argument
3139 svn_revnum_t revision; member in struct:fs_history_data_t
3355 fs_node_origin_rev(svn_revnum_t *revision, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
3499 svn_revnum_t revision = fhd->revision; local
3701 fs_history_location(const char **path, svn_revnum_t *revision, svn_fs_history_t *history, apr_pool_t *pool) argument
3724 assemble_history(svn_fs_t *fs, const char *path, svn_revnum_t revision, svn_boolean_t is_interesting, const char *path_hint, svn_revnum_t rev_hint, apr_pool_t *pool) argument
[all...]
H A Dfs_fs.c111 native filesystem directories and revision files. */
113 /* Headers used to describe node-revision in the revision file. */
738 _("Can't unlock prototype revision lockfile for transaction '%s'"),
744 _("Can't close prototype revision lockfile for transaction '%s'"),
752 /* Unlock the prototype revision file for transaction TXN_ID in filesystem
753 FS using cookie LOCKCOOKIE. The original prototype revision file must
806 _("Cannot write to the prototype revision file "
815 lock on the prototype revision lock file. It is therefore safe
842 _("Cannot write to the prototype revision "
3517 svn_revnum_t revision; member in struct:packed_revprops_t
3568 parse_revprop(apr_hash_t **properties, svn_fs_t *fs, svn_revnum_t revision, apr_int64_t generation, svn_string_t *content, apr_pool_t *pool, apr_pool_t *scratch_pool) argument
3744 svn_revnum_t revision = (svn_revnum_t)(first_rev + i); local
9106 packed_revprop_available(svn_boolean_t *missing, svn_fs_t *fs, svn_revnum_t revision, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c197 svn_revnum_t revision,
236 new_item->revision = revision;
620 When in copy mode we need to compare the revision of the node against
621 the parent node to copy mixed-revision base nodes properly */
795 cf_rev = status->revision;
1060 new_item->revision = SVN_INVALID_REVNUM;
1414 this_item->revision,
1508 _("Commit item '%s' has copy flag but an invalid revision"),
1588 err = editor->delete_entry(path, item->revision,
191 add_committable(svn_client__committables_t *committables, const char *local_abspath, svn_node_kind_t kind, const char *repos_root_url, const char *repos_relpath, svn_revnum_t revision, const char *copyfrom_relpath, svn_revnum_t copyfrom_rev, const char *moved_from_abspath, apr_byte_t state_flags, apr_hash_t *lock_tokens, const svn_lock_t *lock, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dlocking_commands.c198 svn_revnum_t revision;
317 SVN_ERR(svn_wc__node_get_base(&kind, &wli->revision, &repos_relpath,
368 revision of the dirent target with which it is associated
383 *revnum = wli->revision;
196 svn_revnum_t revision; member in struct:wc_lock_item_t
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_delta.h670 * revision that needs to be set for this operation, the producer
835 /** Set the target revision for this edit to @a target_revision. This
840 * operations, because the revision of a commit isn't known until
854 * current revision of the directory (before getting bumped up to the
855 * new target revision set with @c set_target_revision).
868 * represented by @a parent_baton. If @a revision is a valid
869 * revision number, it is used as a sanity check to ensure that you
870 * are really removing the revision of @a path that you think you are.
874 * @note The @a revision parameter is typically used only for
883 svn_revnum_t revision,
[all...]
H A Dsvn_fs.h289 * @a revision is the number of the revision currently begin processed,
291 * revision. @a baton is the callback baton.
295 typedef void (*svn_fs_progress_notify_func_t)(svn_revnum_t revision,
686 * A `node revision' refers to one particular version of a node's contents,
688 * revisions). Changing a node's contents always creates a new revision of
689 * that node, which is to say creates a new `node revision'. Once created,
690 * a node revision's contents never change.
692 * When we create a node, its initial contents are the initial revision of
695 * a file from the filesystem, we don't delete the node, or any revision
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_delta/
H A Deditor.c629 svn_revnum_t revision,
648 relpath, revision,
685 svn_revnum_t revision,
708 relpath, revision, props,
725 svn_revnum_t revision,
743 relpath, revision, props,
760 svn_revnum_t revision)
775 err = editor->funcs.cb_delete(editor->baton, relpath, revision,
627 svn_editor_alter_directory(svn_editor_t *editor, const char *relpath, svn_revnum_t revision, const apr_array_header_t *children, apr_hash_t *props) argument
683 svn_editor_alter_file(svn_editor_t *editor, const char *relpath, svn_revnum_t revision, apr_hash_t *props, const svn_checksum_t *checksum, svn_stream_t *contents) argument
723 svn_editor_alter_symlink(svn_editor_t *editor, const char *relpath, svn_revnum_t revision, apr_hash_t *props, const char *target) argument
758 svn_editor_delete(svn_editor_t *editor, const char *relpath, svn_revnum_t revision) argument
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dreplay.c112 /* Path and revision used to filter replayed changes. If
115 aimed an HTTP v2 revision resource.) */ member in struct:replay_context_t
117 svn_revnum_t revision;
123 /* Target and revision to fetch revision properties on */
127 /* Revision properties for this revision. */
134 /* Handlers for the PROPFIND and REPORT for the current revision. */
195 /* Before we can continue, we need the revision properties. */
211 SVN_ERR(ctx->revstart_func(ctx->revision, ctx->replay_baton,
218 strcmp(name.name, "target-revision")
640 svn_ra_serf__replay(svn_ra_session_t *ra_session, svn_revnum_t revision, svn_revnum_t low_water_mark, svn_boolean_t send_deltas, const svn_delta_editor_t *editor, void *edit_baton, apr_pool_t *pool) argument
[all...]
H A Dlog.c300 rev_str = svn_hash_gets(attrs, "revision");
302 log_entry->revision = SVN_STR_TO_REV(rev_str);
304 log_entry->revision = SVN_INVALID_REVNUM;
315 if (! SVN_IS_VALID_REVNUM(log_entry->revision))
329 svn_ra_serf__xml_note(xes, ITEM, "revision", cdata->data);
421 "S:start-revision",
425 "S:end-revision",
H A Dlocks.c72 svn_revnum_t revision;
204 if (SVN_IS_VALID_REVNUM(lock_ctx->revision))
207 apr_ltoa(pool, lock_ctx->revision));
468 lock_ctx->revision = *((svn_revnum_t*)svn__apr_hash_index_val(hi));
70 svn_revnum_t revision; member in struct:lock_info_t
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dold-and-busted.c70 #define ENTRIES_ATTR_REVISION "revision"
98 entry->revision = SVN_INVALID_REVNUM;
285 /* Read a revision number from [*BUF, END) stopping at the
286 terminator. Set *RESULT to the revision number, or
328 * Parse the string at *STR as an revision and save the result in
371 * Given a revision, return a string for the revision, either "HEAD"
372 * or a string representation of the revision value. All other
373 * revision kinds return an error.
392 _("Illegal file external revision kin
[all...]
H A Dwc_db.h166 /* This node is not present in this revision. This typically happens
168 The parent revision indicates it should be present, but this node's
169 revision states otherwise. */
278 revision INITIAL_REV.
382 repository. It can be a mixed-revision tree. Each node holds either a
394 repository, at revision REVISION.
439 svn_revnum_t revision,
455 as incomplete and with revision REVISION. If REPOS_RELPATH is not NULL,
465 svn_revnum_t revision,
478 repository, at revision REVISIO
[all...]
H A Dutil.c92 ret->revision = SVN_INVALID_REVNUM;
292 svn_revnum_t revision,
302 && SVN_IS_VALID_REVNUM(revision)
306 version->peg_rev = revision;
288 svn_wc_conflict_version_create2(const char *repos_url, const char *repos_uuid, const char *repos_relpath, svn_revnum_t revision, svn_node_kind_t kind, apr_pool_t *result_pool) argument
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dmergeinfo-cmd.c53 SVN_ERR(svn_cmdline_printf(pool, "r%ld*\n", log_entry->revision));
55 SVN_ERR(svn_cmdline_printf(pool, "r%ld\n", log_entry->revision));
313 /* We need only revisions number, not revision properties. */
328 /* We need only revisions number, not revision properties. */
344 _("--revision (-r) option valid only with "
H A Dstatus.c343 || ! SVN_IS_VALID_REVNUM(status->revision))
346 working_rev = apr_psprintf(pool, "%ld", status->revision);
494 svn_hash_sets(att_hash, "revision",
495 apr_psprintf(pool, "%ld", status->revision));
/freebsd-10.0-release/sys/dev/iir/
H A Diir_ctrl.c307 p->revision = osrelease[4] - '0';
309 p->revision = 0;
/freebsd-10.0-release/tools/tools/ncpus/
H A Dacpi.c235 /* If the revision is 0, assume a version 1 length. */
236 if (rsdp.revision == 0)
316 if (rp->revision < 2) {
/freebsd-10.0-release/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c100 "has been configured to allow revision property changes. In\n"
109 "You should not commit to, or make revision property changes in,\n"
135 "Copy the revision properties in a given range of revisions to the\n"
137 "revision range is not specified, it defaults to all revisions in\n"
138 "the DEST_URL repository. Note also that the 'HEAD' revision is the\n"
168 {"revision", 'r', 1,
169 N_("operate on revision ARG (or range ARG1:ARG2)\n"
171 "A revision argument can be one of:\n"
173 " NUMBER revision number\n"
357 _("Target server does not support atomic revision propert
1187 replay_rev_started(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
1281 replay_rev_finished(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
[all...]
/freebsd-10.0-release/sys/dev/fxp/
H A Dif_fxp.c505 * Find out the chip revision; lump all 82557 revs together.
510 sc->revision = FXP_REV_82559_A0;
514 sc->revision = FXP_REV_82557;
516 sc->revision = pci_get_revid(dev);
522 if (sc->revision >= FXP_REV_82558_A4 &&
523 sc->revision != FXP_REV_82559S_A) {
530 if (sc->revision == FXP_REV_82550_C) {
543 if (sc->revision < FXP_REV_82558_A4) {
555 if (sc->revision == FXP_REV_82557 && (data & FXP_PHY_DEVICE_MASK) != 0
561 * Enable workarounds for certain chip revision deficiencie
3065 uint32_t revision; member in struct:ucode
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c137 * %a author of this revision
139 * %d short format of date of this revision
140 * %D long format of date of this revision
142 * %r number of this revision
182 case 'a': /* author of this revision */
193 case 'd': /* short format of date of this revision */
212 case 'D': /* long format of date of this revision */
231 case 'r': /* number of this revision */
772 && (b->revision == NULL)
777 || ((b == NULL) && (a->revision
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h271 svn_error_t *(*node_created_rev)(svn_revnum_t *revision,
274 svn_error_t *(*node_origin_rev)(svn_revnum_t *revision,
378 svn_error_t *(*location)(const char **path, svn_revnum_t *revision,
431 /* The revision on which this transaction is based, or
433 revision at all */
462 /* For revision roots, the number of the revision; for transaction
463 roots, the number of the revision on which the transaction is
/freebsd-10.0-release/contrib/groff/src/devices/grops/
H A Dps.h86 unsigned revision = 0);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c952 &(commit_info->revision),
1009 "revision properties during commit"));
1320 svn_revnum_t revision,
1338 SVN_ERR(svn_ra_svn__write_tuple(conn, pool, "!)(?r)wb)", revision,
1643 log_entry->revision = rev;
1694 if (! SVN_IS_VALID_REVNUM(log_entry->revision))
1820 svn_revnum_t revision;
1829 revision = APR_ARRAY_IDX(location_revisions, i, svn_revnum_t);
1830 SVN_ERR(svn_ra_svn__write_tuple(conn, pool, "!r!", revision));
1856 &revision,
1316 ra_svn_get_mergeinfo(svn_ra_session_t *session, svn_mergeinfo_catalog_t *catalog, const apr_array_header_t *paths, svn_revnum_t revision, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, apr_pool_t *pool) argument
1819 svn_revnum_t revision; local
2534 ra_svn_replay(svn_ra_session_t *session, svn_revnum_t revision, svn_revnum_t low_water_mark, svn_boolean_t send_deltas, const svn_delta_editor_t *editor, void *edit_baton, apr_pool_t *pool) argument
2705 ra_svn_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...]
/freebsd-10.0-release/sys/cam/ata/
H A Data_all.h94 uint8_t product_rev[4]; /* Product revision string */
96 uint8_t firmware_rev[4];/* Firmware revision */
98 uint8_t interface_rev[4];/* Interface spec revision */
140 u_int ata_revision2speed(int revision);
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_edid.h203 u8 revision; member in struct:edid

Completed in 334 milliseconds

1234567891011>>