svn_depth_t_svn_depth_exclude

Constant svn_depth_t_svn_depth_exclude 

Source
pub const svn_depth_t_svn_depth_exclude: svn_depth_t = -1;
Expand description

Exclude (i.e., don’t descend into) directory D. @note In Subversion 1.5, svn_depth_exclude is not supported anywhere in the client-side (libsvn_wc/libsvn_client/etc) code; it is only supported as an argument to set_path functions in the ra and repos reporters. (This will enable future versions of Subversion to run updates, etc, against 1.5 servers with proper svn_depth_exclude behavior, once we get a chance to implement client-side support for svn_depth_exclude.)