Issue 78 in svnbook: A fuller explanation of '--depth ARG' in section 'svn Options' would be useful

svnbook at googlecode.com svnbook at googlecode.com
Mon Feb 21 21:20:39 CST 2011


Comment #1 on issue 78 by chr... at lavabit.com: A fuller explanation  
of '--depth ARG' in section 'svn Options' would be useful
http://code.google.com/p/svnbook/issues/detail?id=78

Additional:
	svn: --depth and --set-depth are mutually exclusive.
This appears nowhere in the book.

The `--set-depth ARG` option also supports the 'exclude' argument.
This is also not mentioned in the book.

 From svn_types.h:
   /* Exclude (i.e., don't descend into) directory D. */
   svn_depth_exclude    = -1,







More information about the svnbook-dev mailing list