summaryrefslogtreecommitdiff
path: root/submodule.c
diff options
context:
space:
mode:
authorHiroshi Shirosaki <h.shirosaki@gmail.com>2017-03-06 05:59:07 (GMT)
committerEric Wong <e@80x24.org>2017-03-07 21:29:03 (GMT)
commite0688e9b28f2c5ff711460ee8b62077be5df2360 (patch)
treeb3bb4696cf8dcb93c1f09a447f6b7356bccb24d2 /submodule.c
parent3bc53220cb2dcf709f7a027a3f526befd021d858 (diff)
downloadgit-e0688e9b28f2c5ff711460ee8b62077be5df2360.zip
git-e0688e9b28f2c5ff711460ee8b62077be5df2360.tar.gz
git-e0688e9b28f2c5ff711460ee8b62077be5df2360.tar.bz2
git svn: fix authentication with 'branch'
Authentication fails with svn branch while svn rebase and svn dcommit work fine without authentication failures. $ git svn branch v7_3 Copying https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx at r27519 to https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/v7_3... Can't create session: Unable to connect to a repository at URL 'https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx': No more credentials or we tried too many times. Authentication failed at C:\Program Files\Git\mingw64/libexec/git-core\git-svn line 1200. We add auth configuration to SVN::Client->new() to fix the issue. Signed-off-by: Hiroshi Shirosaki <h.shirosaki@gmail.com> Signed-off-by: Eric Wong <e@80x24.org>
Diffstat (limited to 'submodule.c')
0 files changed, 0 insertions, 0 deletions