最近在我身上发生了以下事情。First, rewinding head to replay your work on top of it...If you would prefer to skip this patch, instead run "git rebase --skip".rebase refs/remotes/trunk: command
我正在使用git-svn。我已经将文件'A‘移到了'B’,并且我已经更新了svn头文件(使用git svn rebase)。我可以提交所有其他更改,而不会出现问题。当我移动并提交给我的本地主机时,它工作得很好,但在执行git svn dcommit时,我得到了以下内容
Transaction is out of date: Out of date: 'A' intransaction '3652-1' at /opt/local/libexec
我错误地在一个“普通”的git存储库中执行了git svn rebase命令,也就是说,这个库不是使用git svn clone创建的。不出所料,我在输出中得到了一些错误:Migrating from a git-svn v1 layout...(2.6.1.windows.1) of git-svn) does not exist.... more files needing update ...]
upda
多年来,我一直在使用git-svn,没有任何问题。我典型的工作流程是work, commit, ..., work, commit, rebase, dcommit$ git svn rebase
Current branchSourceCache/subversion/subversion-62/subversion/subversion/libsvn_subr/dirent_uri.c, line 1519.
svn rebase svn://svn.svnrepo.com稍后,在删除本地副本后,我想再次更新遥控器 git clone git://git.gitrepo.com git svn rebase svn://svn.svnrepo.com
Data from a previousversion of git-svn exists, bu