svn_wc_revision_status_t Struct Reference

A structure to report the mix of revisions found within a working copy, and whether any parts are switched or locally modified. More...

#include <svn_wc.h>


Data Fields

svn_revnum_t min_rev
 Lowest revision found.
svn_revnum_t max_rev
 Highest revision found.
svn_boolean_t switched
 Is anything switched?
svn_boolean_t modified
 Is anything modified?


Detailed Description

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

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

Definition at line 3414 of file svn_wc.h.


The documentation for this struct was generated from the following file:
Generated on Tue Oct 30 01:59:56 2007 for Subversion by  doxygen 1.5.2