What have you found for these years?

2009-02-18

git filter-branch

常常會需要把原本寫在一起的 repository 切成兩個部份,
比方說,本來預定只是小小的兔子,後來長大成大大的鯨魚...

之前測試卻把自己的 repository 搞爛了,沒得救又沒備份 @@
所以實在不敢亂試了。剛剛覺得實在非常需要這個功能,
因為原本的 svn repository 爛了,我需要更新程式怎麼辦??

於是想說花點時間趕快把這塊搞定。結果沒想到看到 --subdirectory-filter.
試了一下:

> git clone trunk/.git ffbapi
> cd ffbapi
> git filter-branch --subdirectory-filter ffbapi

這樣跑完就完成了 @@
真是痛哭流涕... =口=

之前是在試什麼東西啊....... 還是這是新功能那時候沒有?

0 retries:

Post a Comment

Note: Only a member of this blog may post a comment.



All texts are licensed under CC Attribution 3.0