Navigation Menu

Skip to content

Commit

Permalink
Removing github support. It's buggy, and I usually have to make some …
Browse files Browse the repository at this point in the history
…changes before pushing the new repo online.
  • Loading branch information
jcoglan committed Jul 19, 2008
1 parent 65bb059 commit 0ade0f6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 30 deletions.
10 changes: 0 additions & 10 deletions README
Expand Up @@ -87,13 +87,3 @@ Then pass an +authors+ option to +svn2git+ pointing to your file:

svn2git http://repos.com/myproject authors=~/authors.txt

=== GitHub integration

When creating your new git repo, svn2git can push your new repo to github.com if you pass
in your username and project name. For example:

$ svn2git http://svn.jcoglan.com/packr github=jcoglan/packr

You need to make sure the project exists on github before running this, and make sure you
have your SSH key set up or this won't work.

4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -5,7 +5,7 @@ spec = Gem::Specification.new do |spec|
spec.name = "svn2git"
spec.version = "1.0.0"
spec.platform = Gem::Platform::RUBY
spec.summary = "A tool for migrating svn projects to git and github"
spec.summary = "A tool for migrating svn projects to git"

spec.require_path = "lib"
spec.files = FileList["lib/**/*"].to_a
Expand All @@ -16,7 +16,7 @@ spec = Gem::Specification.new do |spec|

spec.author = "James Coglan"
spec.email = "james@jcoglan.com"
spec.homepage = "http://blog.jcoglan.com/svn2git/"
spec.homepage = "http://github.com/jcoglan/svn2git/"

spec.test_files = FileList["test/**/*"].to_a
spec.has_rdoc = true
Expand Down
2 changes: 0 additions & 2 deletions bin/svn2git
Expand Up @@ -32,5 +32,3 @@ end
migration = Svn2Git::Migration.new(url, options)
migration.run!

Svn2Git::GitHub.push(migration, :to => options[:github]) if options[:github]

1 change: 0 additions & 1 deletion lib/svn2git.rb
@@ -1,3 +1,2 @@
require File.dirname(__FILE__) + '/svn2git/migration'
require File.dirname(__FILE__) + '/svn2git/github'

15 changes: 0 additions & 15 deletions lib/svn2git/github.rb

This file was deleted.

0 comments on commit 0ade0f6

Please sign in to comment.