[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)
commit5c289b77fa94d13f565d23a64a75b18140d36021
treef6c83269deec85c401c17d9dca3514be9d544f5e
parentcb79c079b80fe91989b355569254b48bdf3aa959
[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

llvm-svn: 288266
llvm/utils/git-svn/git-llvm