GME
13
|
#include <svn_wc.h>
Public Attributes | |
const svn_wc_entry_t * | entry |
enum svn_wc_status_kind | text_status |
enum svn_wc_status_kind | prop_status |
svn_boolean_t | locked |
svn_boolean_t | copied |
svn_boolean_t | switched |
enum svn_wc_status_kind | repos_text_status |
enum svn_wc_status_kind | repos_prop_status |
svn_lock_t * | repos_lock |
const char * | url |
svn_revnum_t | ood_last_cmt_rev |
apr_time_t | ood_last_cmt_date |
svn_node_kind_t | ood_kind |
const char * | ood_last_cmt_author |
svn_wc_conflict_description_t * | tree_conflict |
svn_boolean_t | file_external |
enum svn_wc_status_kind | pristine_text_status |
enum svn_wc_status_kind | pristine_prop_status |
### All diffs are not yet known. Same as svn_wc_status3_t, but without the svn_boolean_t 'versioned' field. Instead an item that is not versioned has the 'entry' field set to NULL
.
The actual status of the properties compared to the pristine base of the node. This value isn't masked by other working copy statuses. pristine_prop_status
is svn_wc_status_none if this value was not calculated during the status walk.
The actual status of the text compared to the pristine base of the file. This value isn't masked by other working copy statuses. pristine_text_status
is svn_wc_status_none if this value was not calculated during the status walk.
const char* svn_wc_status2_t::url |