 |
Subversion
|
Go to the documentation of this file.
35 #ifndef SVN_TYPES_IMPL_H
36 #define SVN_TYPES_IMPL_H
99 #define SVN_INVALID_REVNUM ((svn_revnum_t) -1)
Depth undetermined or ignored.
Just the named directory D, no entries.
D + its file children, but not subdirs.
D + immediate children (D and its entries).
something's here, but we don't know what
svn_tristate_t
Generic three-state property to represent an unknown value for values that are just like booleans.
svn_depth_t
The concept of depth for directories.
Exclude (i.e., don't descend into) directory D.
state known to be false (the constant does not evaulate to false)
long int svn_revnum_t
A revision number.
svn_node_kind_t
The various types of nodes in the Subversion filesystem.
state could be true or false
D + all descendants (full recursion from D).