Assertion failed on git-svn checkout

霸气de小男生 提交于 2020-06-23 05:50:18

问题


I'm trying to checkout a svn repository with git using the following command on Windows 7:

git.exe svn clone "https://..." "D:\repo"

However, no matter what other options I try to use, the following error occurs:

svn: E235000: In file 'subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c' line 1666: assertion failed (get_current_pool_cb != NULL)

I am using the newest git version 2.27.0

Any ideas what could be the issue here? Is ist possible, that the https authentication of the svn link is the reason for this?

I also have svn version 1.13.0 installed. Can there be incompatibel cross references between svn and git?


回答1:


I have the exact same issue on Windows 10 and sadly no real solution for you. But maybe it helps in the meantime to install the prior version 2.26.2. Link

In my case it "solved" the problem until a proper solution is found.



来源:https://stackoverflow.com/questions/62168371/assertion-failed-on-git-svn-checkout

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!