顯示具有 svn 標籤的文章。 顯示所有文章
顯示具有 svn 標籤的文章。 顯示所有文章

2010年10月6日 星期三

Remote a Git Remote Branch that is Connected to an SVN

svn branch delete 的時候
用 git svn fetch 似乎不會把 remote branch 給刪掉
只好手動移掉
git branch -r -d your_remote_xxxx_branch

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