Subversion 1.6.16
|
Same as svn_wc_status2_t
, but without the svn_lock_t 'repos_lock' field.
More...
#include <svn_wc.h>
Data Fields | |
svn_wc_entry_t * | entry |
Can be NULL if not under version control. | |
enum svn_wc_status_kind | text_status |
The status of the entries text. | |
enum svn_wc_status_kind | prop_status |
The status of the entries properties. | |
svn_boolean_t | locked |
a directory can be 'locked' if a working copy update was interrupted. | |
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. | |
enum svn_wc_status_kind | repos_prop_status |
The entry's property status in the repository. |
Same as svn_wc_status2_t
, but without the svn_lock_t 'repos_lock' field.