Subversion 1.6.16
|
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. 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? | |
svn_boolean_t | sparse_checkout |
Whether any WC paths are at a depth other than svn_depth_infinity . |
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.