将 Git 与 Subversion 结合使用

Git 可以作为 Subversion 服务器的客户端使用。要从 Subversion 仓库获取变更到 Git 仓库,请访问Tools >Git >Remote Repository >Subversion >Fetch

查看 Git Subversion 日志

要查看 Git Subversion 日志,请选择Log

向 Subversion 发布提交

要将当前分支的提交发布到 Subversion 服务器,请选择DCommit 。这将在 Subversion 中为每个本地 Git 提交创建一个修订版本。之后,分支会根据 Subversion 和 head 之间是否存在差异而重定向或重置。

另请参阅 如何使用 GitGit

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.