GME  13
Public Attributes
svn_wc_revision_status_t Struct Reference

#include <svn_wc.h>

List of all members.

Public Attributes

svn_revnum_t min_rev
svn_revnum_t max_rev
svn_boolean_t switched
svn_boolean_t modified
svn_boolean_t sparse_checkout

Detailed Description

A structure to report a summary of a working copy, including the mix of revisions found within it, whether any parts are switched or locally modified, and whether it is a sparse checkout.

Note:
Fields may be added to the end of this structure in future versions. Therefore, to preserve binary compatibility, users should not directly allocate structures of this type.
Since:
New in 1.4

Definition at line 7868 of file svn_wc.h.


Member Data Documentation

Highest revision found

Definition at line 7871 of file svn_wc.h.

Lowest revision found

Definition at line 7870 of file svn_wc.h.

Is anything modified?

Definition at line 7874 of file svn_wc.h.

Whether any WC paths are at a depth other than svn_depth_infinity.

Since:
New in 1.5.

Definition at line 7879 of file svn_wc.h.

Is anything switched?

Definition at line 7873 of file svn_wc.h.


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