Bug 1238745 - git-svn fails if the local machine has global IPv6 address, but can not use it on Internet
Summary: git-svn fails if the local machine has global IPv6 address, but can not use i...
Keywords:
Status: CLOSED DUPLICATE of bug 1130328
Alias: None
Product: Fedora
Classification: Fedora
Component: subversion
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: dualstack
TreeView+ depends on / blocked
 
Reported: 2015-07-02 14:00 UTC by Tomáš Hozza
Modified: 2015-10-10 23:46 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-10-10 23:46:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hozza 2015-07-02 14:00:42 UTC
Description of problem:


Version-Release number of selected component (if applicable):
git-svn-2.4.3-4.fc22.x86_64

How reproducible:
always

Steps to Reproduce:
1. have machine with IPv4 address with access to the Internet
2. have IPv6 global address with no access to Internet
3. run 'git svn clone ...' or 'git svn rebase' in existing cloned repo

Actual results:
$ git svn rebase
Connection refused: Unable to connect to a repository at URL 'http://www.nlnetlabs.nl/svn/dnssec-trigger/trunk': Error running context: Connection refused at /usr/share/perl5/vendor_perl/Git/SVN.pm line 712.

$ git svn clone http://www.nlnetlabs.nl/svn/dnssec-trigger/trunk/
Initialized empty Git repository in /home/thozza/tmp/trunk/.git/
Connection refused: Unable to connect to a repository at URL 'http://www.nlnetlabs.nl/svn/dnssec-trigger/trunk': Error running context: Connection refused at /usr/share/perl5/vendor_perl/Git/SVN.pm line 143.


Expected results:
The git-svn should fallback to IPv4 address (if that is the case)

Additional info:
The script always fails when calling 'Git::SVN::Ra->new($self->url)'

Comment 1 Petr Stodulka 2015-07-07 17:03:06 UTC
Problematic code is part of subversion package. GIT::SVN::Ra calls SVN::Ra which fail.

Reproducer:

$ svn co http://www.nlnetlabs.nl/svn/dnssec-trigger/trunk/


package: subversion-1.8.11-1.fc21.x86_64

Comment 2 Pavel Šimerda (pavlix) 2015-10-10 23:46:02 UTC
This has been reported already.

*** This bug has been marked as a duplicate of bug 1130328 ***


Note You need to log in before you can comment on or make changes to this bug.