This is an archive of the discontinued LLVM Phabricator instance.

[git-llvm] Use --force-interactive when commiting to prompt password
ClosedPublic

Authored by mehdi_amini on Nov 30 2016, 11:20 AM.

Details

Summary

When svn does not know the password and it has to prompt, it needs to query.
However it won't when invoked from the Python script and instead fails with:

svn: E215004: Authentication failed and interactive prompting is disabled; see the --force-interactive option

Event Timeline

mehdi_amini retitled this revision from to [git-llvm] Use --force-interactive when commiting to prompt password.
mehdi_amini updated this object.
mehdi_amini added a reviewer: jlebar.
mehdi_amini added a subscriber: llvm-commits.
jlebar accepted this revision.Nov 30 2016, 11:21 AM
jlebar edited edge metadata.
This revision is now accepted and ready to land.Nov 30 2016, 11:21 AM
This revision was automatically updated to reflect the committed changes.