GME  13
Public Attributes
svn_wc_status2_t Struct Reference

#include <svn_wc.h>

Collaboration diagram for svn_wc_status2_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

const svn_wc_entry_tentry
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_trepos_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_ttree_conflict
svn_boolean_t file_external
enum svn_wc_status_kind pristine_text_status
enum svn_wc_status_kind pristine_prop_status

Detailed Description

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

Since:
New in 1.2.
Deprecated:
Provided for backward compatibility with the 1.6 API.

Definition at line 3759 of file svn_wc.h.


Member Data Documentation

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

Definition at line 3776 of file svn_wc.h.

Can be NULL if not under version control.

Definition at line 3762 of file svn_wc.h.

If the item is a file that was added to the working copy with an svn:externals; if file_external is TRUE, then switched is always FALSE.

Since:
New in 1.6

Definition at line 3846 of file svn_wc.h.

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

Definition at line 3771 of file svn_wc.h.

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.

Since:
New in 1.6

Definition at line 3862 of file svn_wc.h.

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.

Since:
New in 1.6

Definition at line 3854 of file svn_wc.h.

The status of the entry's properties.

Definition at line 3768 of file svn_wc.h.

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

Definition at line 3790 of file svn_wc.h.

The entry's property status in the repository.

Definition at line 3787 of file svn_wc.h.

The entry's text status in the repository.

Definition at line 3784 of file svn_wc.h.

a file or directory can be 'switched' if the switch command has been used. If this is TRUE, then file_external will be FALSE.

Definition at line 3781 of file svn_wc.h.

The status of the entry itself, including its text if it is a file.

Definition at line 3765 of file svn_wc.h.

Non-NULL if the entry is the victim of a tree conflict.

Since:
New in 1.6

Definition at line 3839 of file svn_wc.h.

const char* svn_wc_status2_t::url

Set to the URI (actual or expected) of the item.

Since:
New in 1.3

Definition at line 3795 of file svn_wc.h.


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