Searched refs:moved_to (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql33 moved_to
93 moved_here, moved_to, last_mod_time, properties
102 symlink_target, properties, moved_to, moved_here
107 SELECT op_depth, presence, kind, moved_to
145 lock_comment, lock_date, local_relpath, moved_here, moved_to, file_external
159 lock_comment, lock_date, local_relpath, moved_here, moved_to, file_external
194 dav_cache, symlink_target, file_external, moved_to, moved_here,
306 symlink_target, moved_here, moved_to )
314 s.symlink_target, 1, d.moved_to
377 UPDATE NODES SET moved_to
[all...]
H A Dwc-checks.sql271 AND (n.moved_to IS NOT NULL
275 /* If moved_here is set on an op-root, there must be a proper moved_to */
281 WHERE s.wc_id = d.wc_id AND s.moved_to = d.local_relpath)
284 /* If moved_to is set there should be an moved op root at the target */
287 WHERE s.moved_to IS NOT NULL
289 WHERE d.wc_id = s.wc_id AND d.local_relpath = s.moved_to
H A Dwc-metadata.sql375 the move is implied by a different node with a moved_to column pointing
383 The op-depth of the moved-to node is not recorded. A moved_to path
387 moved_to TEXT,
476 CREATE UNIQUE INDEX I_NODES_MOVED ON NODES (wc_id, moved_to, op_depth);
603 /* Tell a lie: We ignore that 99.9% of all moved_to values are NULL */
635 ON NODES (wc_id, moved_to, op_depth);
H A Dwc_db.c650 const char *moved_to; local
663 moved_to = svn_sqlite__column_text(stmt, 3, scratch_pool);
667 if (moved_to)
673 moved_to, relpath_depth(moved_to)));
676 /* This leaves just the moved_to information on the origin,
685 else if (moved_to)
978 /* 21, moved_to */
1033 "sns", /* symlink_target, file_external, moved_to */
5140 const char *moved_to local
6895 const char *moved_to; local
9485 struct svn_wc__db_moved_to_info_t *moved_to; local
13078 struct svn_wc__db_moved_to_t *moved_to; local
13117 struct svn_wc__db_moved_to_t *moved_to; local
[all...]
H A Dstatus.c603 && (! info->moved_to))
696 /* ### TODO: Handle multiple moved_to values properly */
697 if (info->moved_to)
699 info->moved_to->moved_to_abspath);
H A Dwc_db.h2020 struct svn_wc__db_moved_to_info_t *moved_to; /* A linked list of locations member in struct:svn_wc__db_info_t

Completed in 208 milliseconds