2
SVNリポジトリとGITリポジトリの両方が同じサーバにセットアップされています。スクリプトを実行しようとすると、次のエラーメッセージが表示されます。コードを変更するsvn2git
[[email protected] ~]# ./svn2git.pl /home/svntree/testrepo /home/repositories/testrepo.git
fatal: ambiguous argument 'HEAD^..HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
Invalid GIT commit revision:
私たちはテスト目的でSVNバージョン1.1.4とGITバージョン1.7.2.2を使用しています。
なぜ2番目のディレクトリを渡していますか? svn2git(https://github.com/schwern/svn2git/blob/master/svn2git)のコードを見ると、その例は次のようになります:SVNリポジトリへのパスのみを渡します。 – eckes
スクリプト内で必要なものsvnとgit repoの両方を渡す – user1280241