Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リモート SVN サーバー上に多くのタグとブランチを持つ非常に大きなコードベースがあります。
git を使用して特定のブランチのクローンを作成し、最終的にそれをリモート SVN にマージしたいと考えています。これは可能ですか?私が見たほとんどのドキュメントは、これがサポートされていると直接言っていません。
はい、これでうまくいきます。git-svn を実行してから通常どおり使用できgit svn clone https://svn.example.com/project/branches/somebranch/ます (つまりgit svn rebase、プルとgit svn dcommitプッシュ)。
git svn clone https://svn.example.com/project/branches/somebranch/
git svn rebase
git svn dcommit