LoginSignup
30
29

More than 5 years have passed since last update.

git-svn で途中のリビジョンから clone する

Last updated at Posted at 2012-12-26

git-svn clone したいけれど,数十万のリビジョンが存在するSubversionリポジトリの履歴を取得していたらリリースに間に合わないときに.

git svn clone -s --prefix=svn/ -r655989:HEAD http://svn.example.com/foo_repo foo_repo

revision 655989 以降の履歴を取得する.

(--prefix=svn/ はこのtipsと関係ない)

30
29
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
30
29