WC out of date info from the repository

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_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.

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

svn_node_kind_t svn_wc_status2_t::ood_kind [inherited]

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 1690 of file svn_wc.h.

const char* svn_wc_status2_t::ood_last_cmt_author [inherited]

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 1699 of file svn_wc.h.

apr_time_t svn_wc_status2_t::ood_last_cmt_date [inherited]

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

Since:
New in 1.3

Definition at line 1684 of file svn_wc.h.

svn_revnum_t svn_wc_status2_t::ood_last_cmt_rev [inherited]

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

Since:
New in 1.3

Definition at line 1679 of file svn_wc.h.


Generated on Sun Sep 16 17:38:18 2007 for Subversion by  doxygen 1.5.1