Skip to content

Instantly share code, notes, and snippets.

View sborsje's full-sized avatar
🤘

Stefan Borsje sborsje

🤘
  • Glass — Photography Community
  • Amsterdam, NL
  • X @sborsje
View GitHub Profile
#!/bin/bash
echo "Subversion to Git conversion tool"
echo "---------------------------------"
echo ""
echo "Enter subversion repository url:"
read REPO_URL
echo "$REPO_URL"
sources:
- http://gems.rubyforge.org/
- http://gems.github.com/
- http://gems.rubyonrails.org/
gems:
- haml 2.0.4
- rails 2.2.0
# - termios 0.9.4* -- gem install termios -v 0.9.4 --no-rdoc --no-ri
#!/usr/bin/env ruby
require 'rubygems'
require 'rubygems/command'
require 'rubygems/commands/query_command'
CONFIG_FILE = 'config/gem_installer.yml'
def run
commands = parse_input_file