#include <svn_wc.h>
Data Fields | |
| svn_wc_entry_t * | entry |
Can be NULL if not under version control. | |
| svn_boolean_t | locked |
| a directory can be 'locked' if a working copy update was interrupted. | |
| svn_boolean_t | copied |
| a file or directory can be 'copied' if it's scheduled for addition-with-history (or part of a subtree that is scheduled as such.). | |
| svn_boolean_t | switched |
| a file or directory can be 'switched' if the switch command has been used. | |
| svn_lock_t * | repos_lock |
| The entry's lock in the repository, if any. | |
| const char * | url |
| Set to the URI (actual or expected) of the item. | |
| svn_revnum_t | ood_last_cmt_rev |
Set to the youngest committed revision, or SVN_INVALID_REVNUM if not out of date. | |
| apr_time_t | ood_last_cmt_date |
Set to the most recent commit date, or 0 if not out of date. | |
| svn_node_kind_t | ood_kind |
Set to the node kind of the youngest commit, or svn_node_none if not out of date. | |
| const char * | ood_last_cmt_author |
Set to the user name of the youngest commit, or NULL if not out of date or non-existent. | |
| svn_boolean_t | has_tree_conflicted_children |
Set TRUE if the entry is a directory containing tree conflicts. | |
| svn_boolean_t | is_tree_conflict_victim |
| True if the entry is the victim of a tree conflict. | |
| svn_boolean_t | file_external |
| If the item is a file that was added to the working copy with an svn:externals; if file_external is TRUE, then switched is always FALSE. | |
The item's entry data is in entry, augmented and possibly shadowed by the other fields. entry is NULL if this item is not under version control.
Definition at line 2469 of file svn_wc.h.
|
|
Set
|
|
|
True if the entry is the victim of a tree conflict.
|
|
|
a file or directory can be 'switched' if the switch command has been used. If this is TRUE, then file_external will be FALSE. |
|
|
Set to the URI (actual or expected) of the item.
|
1.3.9.1