Skip to content

Commit

Permalink
Make sure the depth argument makes it into the args array for the svn…
Browse files Browse the repository at this point in the history
… command
  • Loading branch information
Jonathan S. Romero committed Dec 11, 2009
1 parent 0e859e2 commit eae7d56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildbot/steps/source.py
Expand Up @@ -493,6 +493,9 @@ def startVC(self, branch, revision, patch):
self.args['revision'] = revision
self.args['patch'] = patch

#Set up depth if specified
self.args['depth'] = depth

if self.username is not None or self.password is not None:
if self.slaveVersionIsOlderThan("svn", "2.8"):
m = ("This buildslave (%s) does not support svn usernames "
Expand Down

0 comments on commit eae7d56

Please sign in to comment.