We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018d3c3 commit 0e1cd05Copy full SHA for 0e1cd05
1 file changed
features/steps/svn_steps.py
@@ -61,7 +61,6 @@ def add_externals(externals):
61
["svn", "propset", "svn:externals", "-F", external_list.name, "."]
62
)
63
commit_all("Added externals")
64
- subprocess.check_call(["svn", "update"])
65
66
67
@given("a svn repo with the following externals")
0 commit comments