Skip to content

Instantly share code, notes, and snippets.

@jhannah
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhannah/8870767 to your computer and use it in GitHub Desktop.
Save jhannah/8870767 to your computer and use it in GitHub Desktop.
svn2git from Ireland
Huh. Weird. I launched an EC2 box in Ireland, which make my ping to the server 10X faster than doing it locally,
but still getting intermittant network issues(?). This was working fine hours ago, then these started happening...
admin@ip-172-31-27-118:~/src/CatalystAdvent$ time wget http://dev.catalyst.perl.org/repos/Catalyst/trunk/
--2014-02-07 20:35:39-- http://dev.catalyst.perl.org/repos/Catalyst/trunk/
Resolving dev.catalyst.perl.org (dev.catalyst.perl.org)... 217.168.150.38, 2a01:348:2da:101::2
Connecting to dev.catalyst.perl.org (dev.catalyst.perl.org)|217.168.150.38|:80... failed: Connection timed out.
Connecting to dev.catalyst.perl.org (dev.catalyst.perl.org)|2a01:348:2da:101::2|:80... failed: Network is unreachable.
real 1m3.130s
user 0m0.000s
sys 0m0.004s
admin@ip-172-31-27-118:~/src/CatalystAdvent$
admin@ip-172-31-27-118:~/src/CatalystAdvent$ svn2git http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/CatalystAdvent --trunk / --authors ../Git-Conversions/authors --verbose
Running command: git svn init --prefix=svn/ --no-metadata --trunk=/ --tags=tags --branches=branches http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/CatalystAdvent
RA layer request failed: OPTIONS of 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/CatalystAdvent': could not connect to server (http://dev.catalyst.perl.org) at /usr/lib/git-core/git-svn line 2303
command failed:
2>&1 git svn init --prefix=svn/ --no-metadata --trunk=/ --tags=tags --branches=branches http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/CatalystAdvent
admin@ip-172-31-27-118:~/src/CatalystAdvent$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment