summaryrefslogtreecommitdiff
path: root/t/t7400-submodule-basic.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2007-09-07 04:00:40 -0700
committerJunio C Hamano <gitster@pobox.com>2007-09-07 22:23:48 -0700
commita51cdb0c0420ee3bef26bbd1a9aa75e1d464e5b7 (patch)
tree96fc8cdac5128b3193f15eb9f09c5cefa1f60d35 /t/t7400-submodule-basic.sh
parentee834cf0c7de68557bc5c30552fce3e55f52e109 (diff)
downloadgit-a51cdb0c0420ee3bef26bbd1a9aa75e1d464e5b7.tar.gz
git-svn: fix "Malformed network data" with svn:// servers
We have a workaround for the reparent function not working correctly on the SVN native protocol servers. This workaround opens a new connection (SVN::Ra object) to the new URL/directory. Since libsvn appears limited to only supporting one connection at a time, this workaround invalidates the Git::SVN::Ra object that is $self inside gs_fetch_loop_common(). So we need to restart that connection once all the fetching is done for each loop iteration to be able to run get_log() successfully. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7400-submodule-basic.sh')
0 files changed, 0 insertions, 0 deletions