Subversion
|
When the working copy item is out-of-date compared to the repository, the following fields represent the state of the youngest revision of the item in the repository. More...
Variables | |
svn_node_kind_t | svn_client_status_t::ood_kind |
Set to the node kind of the youngest commit, or svn_node_none if not out of date. More... | |
enum svn_wc_status_kind | svn_client_status_t::repos_node_status |
The status of the node, based on the text status if the node has no restructuring changes. | |
enum svn_wc_status_kind | svn_client_status_t::repos_text_status |
The node's text status in the repository. More... | |
enum svn_wc_status_kind | svn_client_status_t::repos_prop_status |
The node's property status in the repository. More... | |
const svn_lock_t * | svn_client_status_t::repos_lock |
The node's lock in the repository, if any. More... | |
svn_revnum_t | svn_client_status_t::ood_changed_rev |
Set to the youngest committed revision, or SVN_INVALID_REVNUM if not out of date. More... | |
apr_time_t | svn_client_status_t::ood_changed_date |
Set to the most recent commit date, or 0 if not out of date. More... | |
const char * | svn_client_status_t::ood_changed_author |
Set to the user name of the youngest commit, or NULL if not out of date or non-existent. More... | |
svn_node_kind_t | svn_wc_status3_t::ood_kind |
Set to the node kind of the youngest commit, or svn_node_none if not out of date. More... | |
enum svn_wc_status_kind | svn_wc_status3_t::repos_node_status |
The status of the node, based on the text status if the node has no restructuring changes. | |
enum svn_wc_status_kind | svn_wc_status3_t::repos_text_status |
The entry's text status in the repository. More... | |
enum svn_wc_status_kind | svn_wc_status3_t::repos_prop_status |
The entry's property status in the repository. More... | |
const svn_lock_t * | svn_wc_status3_t::repos_lock |
The entry's lock in the repository, if any. More... | |
svn_revnum_t | svn_wc_status3_t::ood_changed_rev |
Set to the youngest committed revision, or SVN_INVALID_REVNUM if not out of date. More... | |
apr_time_t | svn_wc_status3_t::ood_changed_date |
Set to the most recent commit date, or 0 if not out of date. More... | |
const char * | svn_wc_status3_t::ood_changed_author |
Set to the user name of the youngest commit, or NULL if not out of date or non-existent. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
When the working copy item is out-of-date compared to the repository, the following fields represent the state of the youngest revision of the item in the repository.
If the working copy is not out of date, the fields are initialized as described below.
const char* svn_client_status_t::ood_changed_author |
Set to the user name of the youngest commit, or NULL
if not out of date or non-existent.
Because a non-existent svn:author
property has the same behavior as an out-of-date working copy, examine ood_changed_rev
to determine whether the working copy is out of date.
Definition at line 2459 of file svn_client.h.
const char* svn_wc_status3_t::ood_changed_author |
Set to the user name of the youngest commit, or NULL
if not out of date or non-existent.
Because a non-existent svn:author
property has the same behavior as an out-of-date working copy, examine ood_last_cmt_rev
to determine whether the working copy is out of date.
apr_time_t svn_client_status_t::ood_changed_date |
Set to the most recent commit date, or 0
if not out of date.
Definition at line 2452 of file svn_client.h.
apr_time_t svn_wc_status3_t::ood_changed_date |
svn_revnum_t svn_client_status_t::ood_changed_rev |
Set to the youngest committed revision, or SVN_INVALID_REVNUM if not out of date.
Definition at line 2449 of file svn_client.h.
svn_revnum_t svn_wc_status3_t::ood_changed_rev |
Set to the youngest committed revision, or SVN_INVALID_REVNUM if not out of date.
svn_node_kind_t svn_client_status_t::ood_kind |
Set to the node kind of the youngest commit, or svn_node_none if not out of date.
Definition at line 2432 of file svn_client.h.
svn_node_kind_t svn_wc_status3_t::ood_kind |
Set to the node kind of the youngest commit, or svn_node_none 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.
Because a non-existent svn:author
property has the same behavior as an out-of-date working copy, examine ood_last_cmt_rev
to determine whether the working copy is out of date.
apr_time_t svn_wc_status2_t::ood_last_cmt_date |
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.
const svn_lock_t* svn_client_status_t::repos_lock |
The node's lock in the repository, if any.
Definition at line 2445 of file svn_client.h.
const svn_lock_t* svn_wc_status3_t::repos_lock |
enum svn_wc_status_kind svn_client_status_t::repos_prop_status |
The node's property status in the repository.
Definition at line 2442 of file svn_client.h.
enum svn_wc_status_kind svn_wc_status3_t::repos_prop_status |
enum svn_wc_status_kind svn_client_status_t::repos_text_status |
The node's text status in the repository.
Definition at line 2439 of file svn_client.h.
enum svn_wc_status_kind svn_wc_status3_t::repos_text_status |