|
Subversion
|
Go to the documentation of this file.
25 #ifndef SVNXX_DEPTH_HPP
26 #define SVNXX_DEPTH_HPP
34 namespace subversion {
55 std::string to_string(depth);
61 std::wstring to_wstring(depth);
67 std::u16string to_u16string(depth);
73 std::u32string to_u32string(depth);
79 #endif // SVNXX_DEPTH_HPP
Subversion's data types (common implementation)
@ 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_depth_immediates
D + immediate children (D and its entries).
@ svn_depth_exclude
Exclude (i.e., don't descend into) directory D.
depth
The concept of depth for directories (see svn_depth_t).
@ svn_depth_infinity
D + all descendants (full recursion from D).