Variables | |
svn_revnum_t | svn_wc_status2_t::ood_last_cmt_rev |
Set to the youngest committed revision, or SVN_INVALID_REVNUM if not out of date. | |
apr_time_t | svn_wc_status2_t::ood_last_cmt_date |
Set to the most recent commit date, or 0 if not out of date. | |
svn_node_kind_t | svn_wc_status2_t::ood_kind |
Set to the node kind of the youngest commit, or svn_node_none if not out of date. | |
const char * | svn_wc_status2_t::ood_last_cmt_author |
Set to the user name of the youngest commit, or NULL if not out of date or non-existent. |
|
Set to the node kind of the youngest commit, or
|
|
Set to the user name of the youngest commit, or
Because a non-existent
|
|
Set to the most recent commit date, or
|
|
Set to the youngest committed revision, or
|