Searched refs:created_rev (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c171 svn_revnum_t created_rev; local
175 SVN_ERR(svn_fs_node_created_rev(&created_rev, txn_root, fspath,
189 if (!SVN_IS_VALID_REVNUM(created_rev))
221 if (revision < created_rev)
230 if (revision > created_rev)
300 svn_revnum_t created_rev; local
302 SVN_ERR(svn_fs_node_created_rev(&created_rev, txn_root, cur_fspath,
304 if (!SVN_IS_VALID_REVNUM(created_rev))
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlist.c146 SVN_ERR(svn_revnum_parse(&dirent.created_rev, crev, NULL));
148 dirent.created_rev = SVN_INVALID_REVNUM;
H A Dstat.c152 fdb->entry->created_rev = (svn_revnum_t)rev;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dlock.c138 svn_revnum_t created_rev; local
139 SVN_ERR(svn_fs_base__get_path_created_rev(&created_rev, args->path,
146 if (! SVN_IS_VALID_REVNUM(created_rev))
151 if (args->current_rev < created_rev)
H A Dtree.c4625 svn_revnum_t copy_dst_rev, created_rev;
4707 SVN_ERR(svn_fs_base__dag_get_revision(&created_rev, path_node_in_copy_dst,
4709 if (created_rev == copy_dst_rev)
4820 svn_revnum_t head_rev, created_rev;
4844 /* Find the created_rev of the dag_node. */
4845 SVN_ERR(svn_fs_base__dag_get_revision(&created_rev, path_node,
4848 *rev = created_rev;
4610 svn_revnum_t copy_dst_rev, created_rev; local
4805 svn_revnum_t head_rev, created_rev; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c184 svn_revnum_t created_rev)
186 if (base_rev < created_rev)
190 else if (base_rev > created_rev)
723 svn_revnum_t created_rev;
724 SVN_ERR(svn_fs_node_created_rev(&created_rev,
728 db->base_rev, created_rev));
179 check_out_of_date(struct edit_baton *eb, const char *path, svn_node_kind_t kind, svn_revnum_t base_rev, svn_revnum_t created_rev) argument
720 svn_revnum_t created_rev; local
H A Dlist.c60 SVN_ERR(svn_repos_get_committed_info(&(dirent->created_rev),
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dlist-cmd.c192 dirent->created_rev,
289 apr_psprintf(scratch_pool, "%ld", dirent->created_rev),
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtypes.c277 new_dirent->created_rev = SVN_INVALID_REVNUM;
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h559 /** An indication that you are interested in the @c created_rev field */
592 svn_revnum_t created_rev;
594 /** time of created_rev (mod-time) */
597 /** author of created_rev */
575 svn_revnum_t created_rev; member in struct:svn_dirent_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c757 svn_revnum_t created_rev;
767 SVN_ERR(svn_fs_fs__node_created_rev(&created_rev, root, path,
774 if (! SVN_IS_VALID_REVNUM(created_rev))
783 if (target->current_rev < created_rev)
754 svn_revnum_t created_rev; local
H A Dtree.c3640 svn_revnum_t copy_dst_rev, created_rev;
3688 SVN_ERR(svn_fs_fs__dag_get_revision(&created_rev, copy_dst_node, pool));
3689 if (created_rev == copy_dst_rev)
3627 svn_revnum_t copy_dst_rev, created_rev; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c777 svn_revnum_t created_rev;
787 SVN_ERR(svn_fs_x__node_created_rev(&created_rev, root, path,
794 if (! SVN_IS_VALID_REVNUM(created_rev))
803 if (target->current_rev < created_rev)
774 svn_revnum_t created_rev; local
H A Dtree.c2503 svn_revnum_t copy_dst_rev, created_rev;
2561 created_rev = svn_fs_x__dag_get_revision(copy_dst_node);
2562 if (created_rev == copy_dst_rev)
2491 svn_revnum_t copy_dst_rev, created_rev; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dinfo.c153 tmpinfo->last_changed_rev = dirent->created_rev;
H A Dconflicts.c359 if (dirent == NULL || copyfrom_rev < dirent->created_rev)
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1869 svn_revnum_t created_rev = 0;
1898 /* created_rev, last_author, time */
1899 SVN_CMD_ERR(svn_repos_get_committed_info(&created_rev,
1918 has_props, created_rev,
2620 dirent->has_props, dirent->created_rev,
1868 svn_revnum_t created_rev = 0; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c924 (*dirent)->created_rev = revision;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1612 dirent->created_rev = crev;
2174 the_dirent->created_rev = crev;
3244 &dirent.has_props, &dirent.created_rev,
H A Dmarshal.c2972 SVN_ERR(write_tuple_revision(conn, pool, dirent->created_rev));
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c1416 /* created_rev & friends */
1417 SVN_ERR(svn_repos_get_committed_info(&(entry->created_rev),

Completed in 403 milliseconds