Skip to content

Commit

Permalink
Improve documentation for depth argument in SVN buildstep
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan S. Romero committed Dec 14, 2009
1 parent 0fd7b31 commit 3e395a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/buildbot.texinfo
Expand Up @@ -5243,10 +5243,8 @@ build. This is everything that would appear in a @code{svn status}.

@item depth
(optional): Specify depth argument to achieve sparse checkout. Only available if slave has Subversion 1.5 or higher.
empty - updates will not pull in any files or subdirectories not already present.
files - updates will pull in any files not already present, but not directories.
immediates - updates willl pull in any files or subdirectories not already present, the new subdirectories will have depth: empty.
infinity - Updates will pull in any files or subdirectories not already present; the new subdirectories will have depth-infinity. Equivalent to SVN default update behavior.

If set to "empty" updates will not pull in any files or subdirectories not already present. If set to "files", updates will pull in any files not already present, but not directories. If set to "immediates", updates willl pull in any files or subdirectories not already present, the new subdirectories will have depth: empty. If set to "infinity", updates will pull in any files or subdirectories not already present; the new subdirectories will have depth-infinity. Infinity is equivalent to SVN default update behavior, without specifying any depth argument.

@end table

Expand Down

0 comments on commit 3e395a1

Please sign in to comment.