2010年7月9日 星期五

好用的 git-svn

最近在弄一個 project, 用的 SCM 是 svn
常常在改一個東西的時候..會有另一個 request 進來..
像是幫我 build 一下..有 bug 要 fix 之類的事..
這個時候需要一個 clean 的 code..
所以我就需要把改過的 code commit 或是 backup 一下...很麻煩...

想到 git 的好用...就試試 git-svn
配合 branch, stash 就可以解決問題..

可參考網頁
使用 git-svn 整合 git 與 svn
Develop with Git on a Google Code Project
Howto use Git and svn together