Skip to content

Commit

Permalink
Specify that depth argument requires subversion 1.5 or higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Romero committed Dec 12, 2009
1 parent 04302b4 commit 0fd7b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/buildbot.texinfo
Expand Up @@ -5242,7 +5242,7 @@ svn:ignore properties and global-ignores in subversion/config.
build. This is everything that would appear in a @code{svn status}.

@item depth
(optional): Specify depth argument to achieve sparse checkout.
(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.
Expand Down

0 comments on commit 0fd7b31

Please sign in to comment.