git-svn:rebase 失败多次然后工作

发布于 2024-12-21 18:51:13 字数 227 浏览 7 评论 0原文

我们正在客户上推出 git,以便与中央 SVN 存储库进行交互。在大多数工作站上它工作得很好,但我们有一个工作站,人们必须运行 git svn rebase 3-4 次才能完成。每次都没有错误,但随机文件被标记为已修改或新的。这些文件似乎是从中央 svn 存储库中提取但尚未完成的提交。再次重新运行 git svn rebase 几次可以解决这个问题。该计算机是顶级的,具有充足的硬盘空间和 16 GB 内存。还有其他人遇到过这样的问题吗?

We are rolling out git on our clients to interact with a central SVN repository. On most work stations it works fine, but we have one work station where the person has to run git svn rebase 3-4 times before it completes. Each time there is no error, but random files are marks as modified or new. The files seem to be a commit that was pulled down from the central svn repository but not completed. Rerunning git svn rebase again a few times clears this up. The computer is top of the line with plenty of hard drive space and 16 gigs ram. Has anyone else ran into issues like this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最初的梦 2024-12-28 18:51:13

我有一个类似的问题,通过升级到 git 1.8 解决了。

为什么“git rebase”在阶段和工作副本中留下相反的修改集?

也许你应该尝试一下。

I had a similar issue that was solved by upgrading to git 1.8.

Why does "git rebase" leave opposite sets of modifications in the stage and the working copy?

Maybe you should try that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文