2009年12月15日 星期二

git-svn

Reconstructing git-svn metadata after a git clone
http://www.spinics.net/lists/git/msg130949.html

git clone git://git.webkit.org/WebKit.git WebKit
cd WebKit
git svn init -T trunk http://svn.webkit.org/repository/webkit
git update-ref refs/remotes/trunk origin/master
(there are other means to get the svn metadata...some works, some don't...)
git svn clone --stdlayout file:///tmp/test/hello hello-git

git svn clone --username your-name -s https://your-project.googlecode.com/svn
# older versions of git: replace "-s" with "-Ttrunk -bbranches -ttags"
(perform git operations)
git svn rebase # think "svn update"
git svn dcommit # think "svn commit"



使用 git-svn 整合 git 與 svn
http://blog.kanru.info/archives/466/comment-page-1

git-svn(1) Manual Page
http://www.kernel.org/pub/software/scm/git/docs/git-svn.html

[Linux][軟體] Git-svn 使用簡單介紹
http://antontw.blogspot.com/2008/05/linux-git-svn.html

Develop with Git on a Google Code Project
http://google-opensource.blogspot.com/2008/05/develop-with-git-on-google-code-project.html

沒有留言: