Use Git with Subversion
You can use Git as a client for a Subversion server. To fetch changes from a Subversion repository to a Git repository, go to Tools > Git > Remote Repository > Subversion > Fetch.
View Git Subversion log
To view the Git Subversion log, select Log.
Publish commits to Subversion
To publish the commits from the current branch to the Subversion server, select DCommit. This will create a revision in Subversion for every local Git commit. Afterwards, the branch is rebased or reset depending on whether or not there is a diff between Subversion and head.
See also How To: Use Git and 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.