Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

svn_wc_status2_t Struct Reference
[working copy status.]

Since:
New in 1.2.
More...

#include <svn_wc.h>


Data Fields

svn_wc_entry_tentry
 Can be NULL if not under version control.
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.
svn_lock_trepos_lock
 The entry's lock in the repository, if any.


Detailed Description

Since:
New in 1.2.

Structure for holding the "status" of a working copy item.

The item's entry data is in entry, augmented and possibly shadowed by the other fields. entry is NULL if this item is not under version control.

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.

Definition at line 1435 of file svn_wc.h.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 25 00:11:42 2005 for Subversion by  doxygen 1.3.9.1