Skip to content

geerlingguy/ansible-role-svn2git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: KDE's Svn2Git

CI

Installs KDE's Svn2Git, 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, author of Ansible for DevOps.