【发布时间】:2011-03-20 09:44:11
【问题描述】:
希望这不是重复,我没有找到任何关于如何更新 git-svn 存储库的简明信息。我使用 git svn clone 将 SVN 存储库导入 git。然后,在做了一些提交之后,我想对原始的 SVN repo 进行 rebase。
C:\Work\osqa>git svn rebase
Migrating from a git-svn v1 layout...
Data from a previous version of git-svn exists, but
.git/svn
(required for this version (1.7.3.1.msysgit.0) of git-svn) does not exis
t.
Done migrating from a git-svn v1 layout
forum/views/readers.py: needs update
update-index --refresh: command returned error: 1
当我第二次重复 git svn rebase 命令时,我得到了最后一条消息的尾部:
C:\Work\osqa>git svn rebase
forum/views/readers.py: needs update
update-index --refresh: command returned error: 1
我不确定错误消息的含义。你能帮忙解决吗?
【问题讨论】: