我正在玩git svn set-tree
,並設法將我的svn trunk
與我的git存儲庫的主幹匹配。現在,我已設法set-tree
我想我可以繼續正常使用git svn
,但它沒有像那樣工作。Git頭匹配SVN頭 - 如何繼續提交/標記SVN?
我希望做一個標記SVN,我以下:
git svn -i trunk tag 0.1
Can't call method "full_pushurl" on an undefined value at ...\Git/libexec/git-core\git-svn line 952.
我運行的git版本1.7.7.msysgit.1(64位Windows 7下),這是mysysgit一個bug ?
我不得不使用這個-i trunk
的東西來得到設置樹工作出於某種原因,我只有一個svn遠程在git/config
,我不知道爲什麼我不得不使用-i
。
我就可以開始了,通過刪除混帳svn的設置,並以某種方式說我git svn
了Git頭SVN頭相匹配,讓所有喜歡git svn tag
和git svn dcommit
的命令會再次合作?