Bug 236588

Summary: git-svn is broken in git-svn-1.5.0.6-1.fc6
Product: [Fedora] Fedora Reporter: Tomas Winkler <tomasw>
Component: gitAssignee: Chris Wright <chrisw>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.5.2.1-1.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-18 16:42:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tomas Winkler 2007-04-16 16:51:24 UTC
Description of problem:
git-svn is broken in git-svn-1.5.0.6-1.fc6
it creates unusable .git/config 

Version-Release number of selected component (if applicable):
git-svn-1.5.0.6-1.fc6

How reproducible:
always



Steps to Reproduce:
1.git-svn multi-init -t tags -b branches -T trunk <url>
2.
3.
  
Actual results:
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true

[svn]
        trunk = http://<url>/trunk
        branches = http://<url>/branches
        tags = http://<url>/vtags



Expected results:
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true

[svn-remote "svn"]

        url = http://<url>
        fetch = trunk:refs/remotes/trunk
        branches = branches/*:refs/remotes/*
        tags = tags/*:refs/remotes/tags/*


 
Additional info:
looks like git-svn from 1.5.1.1 solves the problem

Comment 1 Fedora Update System 2007-06-09 19:24:10 UTC
git-1.5.2.1-1.fc7 has been pushed to the Fedora 7 testing repository.  If problems still persist, please make note of it in this bug report.

Comment 2 Fedora Update System 2007-06-18 16:41:57 UTC
git-1.5.2.1-1.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.