git-svn 挂在克隆上
当尝试克隆 SVN 存储库时,git-svn 似乎会搜索 SVN 历史记录(我看到 r[NNNNN] = [UUID] (refs/remotes/git-svn)
和很多 < code>[A|M|D]
When attempting to clone n SVN repository, git-svn appears to search through the SVN history (I see r[NNNNN] = [UUID] (refs/remotes/git-svn)
and a lot of [A|M|D] <FilePath>/<FileName>
output) and then it hangs and never finishes. Any idea what would cause this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你等得够久了吗?我的 SVN 克隆需要长达 12 小时或更长时间。我记得不太清楚了,但是我把它放了一夜,早上就完成了。网络延迟起着很大的作用,因为 SVN 需要发送大量(相对)微小的文件。然而,即使拥有极快的网络,也可能需要几个小时才能获得一个相当大小的存储库。
Have you waited long enough? I've had SVN clones take as long as 12 hours or more. I don't remember exactly, but I left it overnight and it was done in the morning. Network latency plays a huge part, as there are tons of (relatively) tiny files to be sent by SVN. Even with an extremely fast network, though, it can take hours for a decent-sized repo.