I'm trying to clone https://svn.mirthcorp.com/connect/ into a local git repository. I consistently get a Git::SVN error.
System:
SourceTree 1.5.6
Mountain Lion 10.8.2
XCode 4.5.2, command-line tools are installed.
The following is the output from SourceTree:
git -c diff.mnemonicprefix=false -c core.quotepath=false svn clone --trunk=trunk --branches=branches --tags=tags https://svn.mirthcorp.com/connect/ /Users/gileadis/Projects/mirth
Initialized empty Git repository in /Users/gileadis/Projects/mirth/.git/
Can't locate object method path via package Git::SVN at /usr/local/git/lib/perl5/site_perl/Git/SVN/Ra.pm line 338.
Completed with errors, see above
It turns out a bug got created for this issue.
I've got the same issue on Lion with Source Tree 1.5.8
What is the bug ticket? What is the issue / workarounds? Some info would be useful?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I switched from the embedded git to using the external one on my system (just pulled down the latest and pointed Source Tree at it through preferences) and it resolved the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Switching from embedded GIT to the system GIT worked for me as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David,
Please confirm if you have perform a full SVN synv of this repository to a local one and try to run SVN to GIT from this local repo. I believe it'll help you on this process.
Lucas Lima
Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @david_gileadi , @LucasA , @William Bath , @Rasheed Barnes
Kind request to you all experts ,Could you please help me in below matter .
I have installed git,git-svn and subversion on my Ubantu still its gives below error.
Please help me to resolve this issue .
Error:
"Can't load '/usr/local/lib/x86_64-linux-gnu/perl/5.30.0/auto/SVN/_Core/_Core.so' for module SVN::_Core: libsvn_diff-1.so.0: cannot open shared object file: No such file or directory at /usr/lib/x86_64-linux-gnu/perl/5.30/DynaLoader.pm line 193.
at /usr/local/lib/x86_64-linux-gnu/perl/5.30.0/SVN/Base.pm line 59.
BEGIN failed--compilation aborted at /usr/local/lib/x86_64-linux-gnu/perl/5.30.0/SVN/Core.pm line 5.
Compilation failed in require at /usr/share/perl5/Git/SVN/Utils.pm line 6.
BEGIN failed--compilation aborted at /usr/share/perl5/Git/SVN/Utils.pm line 6.
Compilation failed in require at /usr/share/perl5/Git/SVN.pm line 32.
BEGIN failed--compilation aborted at /usr/share/perl5/Git/SVN.pm line 32.
Compilation failed in require at /usr/lib/git-core/git-svn line 23.
BEGIN failed--compilation aborted at /usr/lib/git-core/git-svn line 23.
git-svn: ERROR: Unable to determine version."
Thanks ,
Shwetali
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.