2013-08-01から1ヶ月間の記事一覧

gitのリポジトリをsubversion用に変換

とりあえず、gitレポジトリは、git-flowで運用前提 git-svnで、svnリポジトリを取得 % git svn clone svn://path/to/repo -T trunk -t tags -b branches --prefix=svn/ gitのリポジトリをgit-svn のリモートとして登録 % cd repo % git remote add org git@g…