<body>

Caiwangqin's blog

Focus on Web2.0, Business, Architecture, Agile, Technic and beyond…

Convert a SVN into GIT repo

2009年2月17日 星期二

从SVN迁移到GIT:

git-svn clone /trunk /tmp/git-temp
git clone --bare /tmp/git-temp /pub/scm/[yourproject].git
rm -rf /tmp/git-temp




Git with Rails Tutorial from Scott Chacon on Vimeo.


GIT相关命令:
从 svn 到 git
新部署时代
在 Google Code 中使用 Git
GIT: Convert a SVN into GIT repo

标签: ,

posted by Caiwangqin, 下午12:21 | Permalink