Git svn clone creates empty repository -


i have simple svn repository 1 commit adding 1 file. have directory trying run git svn clone of directory. output:

initialized empty git repository in /home/ncantrel/gstest/trunk/.git/ /usr/bin/perl: symbol lookup error: /usr/lib/perl5/vendor_perl/auto/svn/_core/_core.so: undefined symbol: perl_gthr_key_ptr git: 'svn' not git command. see 'git --help'.  did mean this?     svn 

despite not recognizing command, still creates git repository name of svn repository empty. have tried -s , -r commands , same thing.

unfortunately don't know linux version running, quick googeling on undefined symbol error brought page up: http://jtes.net/2011/12/03/perl-perl_gthr_key_ptr-problems/

it states "fedora provides number of prebuild perl libraries". maybe distro that, too. article suggests use cpan reinstall needed library. type sudo cpan , enter force install svn::core.

hope helps.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -