GME  13
Variables
WC out-of-date info from the repository

Variables

svn_node_kind_t svn_client_status_t::ood_kind
enum svn_wc_status_kind svn_client_status_t::repos_node_status
enum svn_wc_status_kind svn_client_status_t::repos_text_status
enum svn_wc_status_kind svn_client_status_t::repos_prop_status
const svn_lock_tsvn_client_status_t::repos_lock
svn_revnum_t svn_client_status_t::ood_changed_rev
apr_time_t svn_client_status_t::ood_changed_date
const char * svn_client_status_t::ood_changed_author
svn_node_kind_t svn_wc_status3_t::ood_kind
enum svn_wc_status_kind svn_wc_status3_t::repos_node_status
enum svn_wc_status_kind svn_wc_status3_t::repos_text_status
enum svn_wc_status_kind svn_wc_status3_t::repos_prop_status
const svn_lock_tsvn_wc_status3_t::repos_lock
svn_revnum_t svn_wc_status3_t::ood_changed_rev
apr_time_t svn_wc_status3_t::ood_changed_date
const char * svn_wc_status3_t::ood_changed_author
svn_revnum_t svn_wc_status2_t::ood_last_cmt_rev
apr_time_t svn_wc_status2_t::ood_last_cmt_date
svn_node_kind_t svn_wc_status2_t::ood_kind
const char * svn_wc_status2_t::ood_last_cmt_author

Detailed Description

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.


Variable Documentation

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 2384 of file svn_client.h.

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.

Definition at line 3706 of file svn_wc.h.

Set to the most recent commit date, or 0 if not out of date.

Definition at line 2377 of file svn_client.h.

Set to the most recent commit date, or 0 if not out of date.

Definition at line 3699 of file svn_wc.h.

Set to the youngest committed revision, or SVN_INVALID_REVNUM if not out of date.

Definition at line 2374 of file svn_client.h.

Set to the youngest committed revision, or SVN_INVALID_REVNUM if not out of date.

Definition at line 3696 of file svn_wc.h.

Set to the node kind of the youngest commit, or svn_node_none if not out of date.

Definition at line 2357 of file svn_client.h.

Set to the node kind of the youngest commit, or svn_node_none if not out of date.

Definition at line 3679 of file svn_wc.h.

Set to the node kind of the youngest commit, or svn_node_none if not out of date.

Since:
New in 1.3

Definition at line 3823 of file svn_wc.h.

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.

Since:
New in 1.3

Definition at line 3832 of file svn_wc.h.

Set to the most recent commit date, or 0 if not out of date.

Since:
New in 1.3

Definition at line 3817 of file svn_wc.h.

Set to the youngest committed revision, or SVN_INVALID_REVNUM if not out of date.

Since:
New in 1.3

Definition at line 3812 of file svn_wc.h.

The node's lock in the repository, if any.

Definition at line 2370 of file svn_client.h.

The entry's lock in the repository, if any.

Definition at line 3692 of file svn_wc.h.

The status of the node, based on the text status if the node has no restructuring changes

Definition at line 2361 of file svn_client.h.

The status of the node, based on the text status if the node has no restructuring changes

Definition at line 3683 of file svn_wc.h.

The node's property status in the repository.

Definition at line 2367 of file svn_client.h.

The entry's property status in the repository.

Definition at line 3689 of file svn_wc.h.

The node's text status in the repository.

Definition at line 2364 of file svn_client.h.

The entry's text status in the repository.

Definition at line 3686 of file svn_wc.h.