git svnを使っていると、何度conflictを解決しても SVNに "Your file or directory '*' is probably out-of-date" と冷たく拒まれることがあります。 これを解決するには、XXXXにSVNのHEADに相当するコミットハッシュを指定して以下を実行します。

   1  % git checkout -b merging
   2  % git checkout trunk
   3  % git reset --hard <XXXX>
   4  % git svn fetch
   5  % git rebase trunk merging  # コンフリクトするので解決してコミット
   6  % git checkout -b merging2
   7  % git checkout trunk 
   8  % git merge merging2
   9  % git svn dcommit

結構面倒です。git-svnが賢くなってくれることに期待します。

posted by Png genki on Thu 15 Apr 2010 at 03:24
Contents
git svn dcommitでconflictが取れない場合の処方箋
Comments
瀧内元気: MacOS版は以下にあります * [genki/ViMouse](https://githu... '23-1
KingofSmack: Here also good reads for this mobile applicatio... '14-5
Spencer: You don't have to re-compile it, this version w... '14-4
staiano: Any chance we can get a recompile for 10.9? '14-1
dsjf: https://gist.github.com/6bf1bf2c3cbb5eb6e7a7 これ... '13-1
Services from s21g
twpro(ツイプロ)
Twitterプロフィールを快適検索
地価2009
土地の値段を調べてみよう
MyRestaurant
自分だけのレストラン手帳
Formula
ブログに数式を埋め込める数式コミュニティ