OSDN Git Service

[git-llvm] Use --force-interactive when commiting to enable SVN to prompt password
authorMehdi Amini <mehdi.amini@apple.com>
Wed, 30 Nov 2016 19:12:53 +0000 (19:12 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Wed, 30 Nov 2016 19:12:53 +0000 (19:12 +0000)
commit19ef8ff90cfd474c5209a5db7412a9b10962dad7
treef6df0ab9286661cf9bf5742878bea0fa5f023343
parent09d3a40b8481220f072f5d055cbe98370a9ccae7
[git-llvm] Use --force-interactive when commiting to enable SVN to prompt password

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

Differential Revision: https://reviews.llvm.org/D27274

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288266 91177308-0d34-0410-b5e6-96231b3b80d8
utils/git-svn/git-llvm