Subversion で Git を使う
Git を Subversion サーバーのクライアントとして使うことができます。Subversion リポジトリから Git リポジトリに変更をフェッチするには、Tools >Git >Remote Repository >Subversion >Fetch と進んでください。
Git Subversion のログを見る
Git Subversion のログを見るには、Log を選択してください。
Subversion にコミットを公開する
現在のブランチのコミットを Subversion サーバーに公開するには、DCommit を選択します。これで、ローカルの Git コミットのリビジョンが Subversion に作成されます。その後、Subversion と head の差分があるかどうかによって、ブランチはリベースされたりリセットされたりします。
How To: Use Gitと Gitも参照してください 。
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.