Re: [PATCH] git-svn: split the path from the url correctly with limited perms
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:36
Eric Wong [off-list ref] writes:
This version of the splitter (that only affects SVN:: library users) works when one only has limited read-permissions to the repository they're fetching from.
This seems to break all of t9100 series test without
GIT_SVN_NO_LIB environment set.
"dpkg -l libsvn-core-perl" reports 1.3.2-3 here.
$ for i in t91*; do echo $i; sh $i; done
t9100-git-svn-basic.sh
define NO_SVN_TESTS to skip git-svn tests
* ok 1: initialize git-svn
FATAL: Unexpected exit with code 255
t9101-git-svn-props.sh
* ok 1: checkout working copy from svn
* ok 2: setup some commits to svn
* ok 3: initialize git-svn
FATAL: Unexpected exit with code 255
t9102-git-svn-deep-rmdir.sh
* ok 1: initialize repo
FATAL: Unexpected exit with code 255
t9103-git-svn-graft-branches.sh
FATAL: Unexpected exit with code 255
t9104-git-svn-follow-parent.sh
* ok 1: initialize repo
FATAL: Unexpected exit with code 255
t9105-git-svn-commit-diff.sh
* ok 1: initialize repo
FATAL: Unexpected exit with code 9
$ sh t9100-git-svn-basic.sh -i -v
define NO_SVN_TESTS to skip git-svn tests
* expecting success: git-svn init file:///git/t/trash/svnrepo/test-git-svn
* ok 1: initialize git-svn
* expecting success: git-svn fetch
11 at /git/t/../git-svn line 422
main::fetch_lib() called at /git/t/../git-svn line 290
main::fetch() called at /git/t/../git-svn line 149
FATAL: Unexpected exit with code 255