Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:23:44.000Z (4 months ago)
- Last Synced: 2024-10-10T04:06:32.098Z (30 days ago)
- Topics: ansible, conversion, git, kde, role, svn, svn2git
- Homepage: https://galaxy.ansible.com/geerlingguy/svn2git/
- Size: 38.1 KB
- Stars: 6
- Watchers: 4
- 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
[![CI](https://github.com/geerlingguy/ansible-role-svn2git/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-svn2git/actions?query=workflow%3ACI)
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: masterThe 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/).