git v2.20.1 hangs on git svn init/fetch (https only)

2019-01-07 Thread Andry
Hi git folks, i've hitted the issues around "git svn" command. I've installed git from git-scm.com and found that the git hangs on almost any "git svn" command. In mine case it is "git svn init" and "git svn fetch". Example: git svn init "https://svn.code.sf.net/p/blabla/blabla"; --stdlayou

issue: "git subtree split" vs "git svn fetch" consequences

2017-06-03 Thread Andry
Hi, git folks! I think i've found something about inconsistency between "git subtree split" and "git svn fetch". First of all, "git subtree split" ignores commits with 0 changed files, when the "git svn fetch" is not. For example, it could be an svn commit where only properties has changed, but