|
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)
@ svn_depth_unknown
Depth undetermined or ignored.
@ svn_depth_empty
Just the named directory D, no entries.
@ svn_depth_files
D + its file children, but not subdirs.
@ svn_tristate_true
state known to be true
@ svn_depth_immediates
D + immediate children (D and its entries).
@ svn_node_unknown
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.
@ svn_depth_exclude
Exclude (i.e., don't descend into) directory D.
@ svn_tristate_false
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.
@ svn_node_file
regular file
@ svn_node_symlink
symbolic link
@ svn_tristate_unknown
state could be true or false
@ svn_depth_infinity
D + all descendants (full recursion from D).