Add --non-interactive to SVN command lines.
Review Request #7308 — Created May 16, 2015 and submitted
Information | |
---|---|
david | |
RBTools | |
release-0.7.x | |
3871 | |
af4282a... | |
Reviewers | |
rbtools | |
When the username and password are passed in to SVN, it can sometimes prompt
the user for whether or not they want to save the password permanently (and
likely make other prompts). This change adds --non-interactive to all SVN
command lines to make sure that nothing gets blocked waiting for user input.
Ran unit tests.
Description | From | Last Updated |
---|---|---|
This will end up running svn --non-interactive log --non-interactive. |
|
-
Looks fine in general. Trying to think if there are any cases where this is going to cause problems, though. Such as verification of an HTTPS certificate or SSH host fingerprint.
-
One nit and then it looks good to me.
-
rbtools/clients/svn.py (Diff revision 1) This will end up running
svn --non-interactive log --non-interactive
.