2015-10-14 170 views
1

錯誤我在「普通」git倉庫中執行了命令git svn rebase,也就是說,不是使用git svn clone創建的倉庫。「git svn rebase」是否會損壞非「git svn」存儲庫?

不出所料,我得到了在輸出一些錯誤:

> 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 (2.6.1.windows.1) of git-svn) does not exist. 
Done migrating from a git-svn v1 layout 
foo/bar.ts: needs update 
foo/common-sass.scss: needs update 
[... more files needing update ...] 
update-index --refresh: command returned error: 1 

我還沒有發現任何進一步的錯誤,但我還是很擔心:這是否做我的回購任何持久的損害?任何配置的腐敗?

我當然可以刪除我的舊回購並克隆一個新回購。但是,我必須?

回答

0

沒有。有可能在.git/config有額外的記錄,但否則應該會很好。