git svn - 为什么我无法更新到最新版本?
我刚刚开始使用 git-svn 并遇到了一些问题。我似乎无法弄清楚的是,每当我设置工作副本时,它都会停止一些低于最新版本的修订。例如,SVN 中有 9094 个修订,而 git 中有 9080 个修订。
git svn init http://svn.repository trunk
git svn 获取
git svn 信息
谢谢,
沃尔特
I just started to use git-svn and am having a few problems. The one I can't seem to figure out is that whenever I setup my working copy, it stops a few revisions shy of the latest. For instance, there are 9094 revisions in SVN and in git, I have 9080.
git svn init http://svn.repository trunk
git svn fetch
git svn info
Thanks,
Walter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用:
相反,我应该为标准布局(主干/标签/分支)添加 -s 。
You should use:
instead and my be you should add a -s for standard layout (trunk/tags/branches).