全体をcloneするにはリポジトリが大きすぎるとか、一時的な作業なのでリポジトリ全体はいらないとかがあるので特定ブランチだけをcloneしてみる。
git svn clone "https://svn.example.com/svn/repos/branches/feature/foo "C:/example/foo" --prefix=origin/
--prifix オプションがないと"not a git repository" とか言われて終了する。
Go to list of users who liked
More than 5 years have passed since last update.
全体をcloneするにはリポジトリが大きすぎるとか、一時的な作業なのでリポジトリ全体はいらないとかがあるので特定ブランチだけをcloneしてみる。
git svn clone "https://svn.example.com/svn/repos/branches/feature/foo "C:/example/foo" --prefix=origin/
--prifix オプションがないと"not a git repository" とか言われて終了する。
Register as a new user and use Qiita more conveniently
Go to list of users who liked