Subversion
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
svn_wc_status_t Struct Reference

Same as svn_wc_status2_t, but without the 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', svn_wc_status_kind 'pristine_text_status', and svn_wc_status_kind 'pristine_prop_status' fields. More...

#include <svn_wc.h>

Data Fields

const svn_wc_entry_tentry
 Can be NULL if not under version control. More...
 
enum svn_wc_status_kind text_status
 The status of the entries text. More...
 
enum svn_wc_status_kind prop_status
 The status of the entries properties. More...
 
svn_boolean_t locked
 a directory can be 'locked' if a working copy update was interrupted. More...
 
svn_boolean_t copied
 a file or directory can be 'copied' if it's scheduled for addition-with-history (or part of a subtree that is scheduled as such.).
 
svn_boolean_t switched
 a file or directory can be 'switched' if the switch command has been used.
 
enum svn_wc_status_kind repos_text_status
 The entry's text status in the repository. More...
 
enum svn_wc_status_kind repos_prop_status
 The entry's property status in the repository. More...
 

Detailed Description

Same as svn_wc_status2_t, but without the 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', svn_wc_status_kind 'pristine_text_status', and svn_wc_status_kind 'pristine_prop_status' fields.

Deprecated:
Provided for backward compatibility with the 1.1 API.

Definition at line 3872 of file svn_wc.h.

Field Documentation

const svn_wc_entry_t* svn_wc_status_t::entry

Can be NULL if not under version control.

Definition at line 3875 of file svn_wc.h.

svn_boolean_t svn_wc_status_t::locked

a directory can be 'locked' if a working copy update was interrupted.

Definition at line 3884 of file svn_wc.h.

enum svn_wc_status_kind svn_wc_status_t::prop_status

The status of the entries properties.

Definition at line 3881 of file svn_wc.h.

enum svn_wc_status_kind svn_wc_status_t::repos_prop_status

The entry's property status in the repository.

Definition at line 3900 of file svn_wc.h.

enum svn_wc_status_kind svn_wc_status_t::repos_text_status

The entry's text status in the repository.

Definition at line 3897 of file svn_wc.h.

enum svn_wc_status_kind svn_wc_status_t::text_status

The status of the entries text.

Definition at line 3878 of file svn_wc.h.


The documentation for this struct was generated from the following file: