Bug 1045696

Summary: Missed Git::SVN module when git svn fetch
Product: [Fedora] Fedora Reporter: Ivan Romanov <drizt72>
Component: gitAssignee: Chris Wright <chrisw>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: chrisw, jbowes, ooprala, tmz, vonsch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-21 13:50:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Ivan Romanov 2013-12-21 09:25:49 UTC
I installed git svn and tried to update my git-svn repo. I got such error

$ git svn fetch 
Can't locate Git/SVN.pm in @INC (you may need to install the Git::SVN module) (@INC contains: /usr/share/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 .) at /usr/libexec/git-core/git-svn line 25.
BEGIN failed--compilation aborted at /usr/libexec/git-core/git-svn line 25.

After this I installed perl-Git-SVN. Now git svn fetch works. So perl-Git-SVN should be added to BR of git-svn subpackage.

Comment 1 Todd Zullinger 2013-12-21 13:50:59 UTC

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

Comment 2 Todd Zullinger 2013-12-21 13:51:26 UTC

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