https://github.com/geerlingguy/ansible-role-svn2git
Ansible Role - Svn2Git (from KDE)
https://github.com/geerlingguy/ansible-role-svn2git
ansible conversion git kde role svn svn2git
Last synced: 3 months ago
JSON representation
Ansible Role - Svn2Git (from KDE)
- Host: GitHub
- URL: https://github.com/geerlingguy/ansible-role-svn2git
- Owner: geerlingguy
- License: mit
- Created: 2014-03-25T13:19:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T03:25:52.000Z (10 months ago)
- Last Synced: 2025-04-02T12:38:52.548Z (8 months ago)
- Topics: ansible, conversion, git, kde, role, svn, svn2git
- Homepage: https://galaxy.ansible.com/geerlingguy/svn2git/
- Size: 41 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: KDE's Svn2Git
[](https://github.com/geerlingguy/ansible-role-svn2git/actions/workflows/ci.yml)
Installs [KDE's Svn2Git](https://techbase.kde.org/Projects/MoveToGit/UsingSvn2Git), a tool for quickly and easily converting SVN repositories to Git repositories, on any RHEL/CentOS or Debian/Ubuntu Linux system.
## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
workspace: /root
Where certain files will be downloaded and built for git2svn installation.
svn2git_source_repo: https://github.com/svn-all-fast-export/svn2git.git
svn2git_source_version: master
The source repository and version (git branch, tag, or commit hash) from which svn2git's code will be cloned.
svn2git_install_path: /usr/local/share
The location where svn2git will be installed.
svn2git_qmake_bin_path: /usr/lib64/qt4/bin/qmake
The path to the `qmake` binary executable. This could differ slightly based on where QT is installed on your system.
## Dependencies
- `geerlingguy.svn`
- `geerlingguy.git`
## Example Playbook
- hosts: servers
roles:
- geerlingguy.svn
- geerlingguy.git
- geerlingguy.svn2git
## License
MIT / BSD
## Author Information
This role was created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](http://www.ansiblefordevops.com/).