#39986: git-core +svn: errors when cloning new repo -----------------------+------------------------- Reporter: ram@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: svn Port: git-core | -----------------------+------------------------- Comment (by jimjag@…): This is due to git-svn not being compatible with subversion 1.8.x yet (or the perl-bindings for it). I proposed creating a subversion1.7 port and making git-core +svn dependent on that. In the meantime, downgrading to svn 1.7 is required. Replying to [ticket:39986 ram@…]:
Since subversion was updated to version 1.8.x git-svn had not been working correctly, when trying to clone a new repo it fails with:
{{{ $ git svn clone -s -r90000:HEAD https://svn.macports.org/repository/macports/trunk/dports Initialized empty Git repository in /Users/ram/macports/dports/.git/ Using higher level of URL: https://svn.macports.org/repository/macports/trunk/dports => https://svn.macports.org/repository/macports perl5.12(6874) malloc: *** error for object 0x7fed70e2ae00: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug error: git-svn died of signal 6 $ }}}
-- Ticket URL: <https://trac.macports.org/ticket/39986#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X