Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,436
Community Members
 
Community Events
184
Community Groups

Sourcetree git svn not working on OS X Mavericks?

Pulling in a git svn repository gives following error:

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree svn rebase

Can't locate SVN/Core.pm in @INC (@INC contains: /usr/local/git/lib/perl5/site_perl /Applications/SourceTree.app/Contents/Resources/git_local/lib/perl5/site_perl /Library/Perl/5.16/darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16 /Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16 /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .) at /Applications/SourceTree.app/Contents/Resources/git_local/lib/perl5/site_perl/Git/SVN/Editor.pm line 5.

BEGIN failed--compilation aborted at /Applications/SourceTree.app/Contents/Resources/git_local/lib/perl5/site_perl/Git/SVN/Editor.pm line 5.

Compilation failed in require at /Applications/SourceTree.app/Contents/Resources/git_local/libexec/git-core/git-svn line 81.

BEGIN failed--compilation aborted at /Applications/SourceTree.app/Contents/Resources/git_local/libexec/git-core/git-svn line 81.

Completed with errors, see above

In terminal git svn works just fine. Also I reinstalled Sourcetree but it doesn't help.

6 answers

1 accepted

3 votes
Answer accepted

Following that article and using system git in Sourcetree solved that for me:

blog.victorquinn.com/fix-git-svn-in-mountain-lion

This worked for me too, thank you! Do you have any idea why I might be having branching issues:

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree checkout -b http --track http 
fatal: Cannot setup tracking information; starting point 'http' is not a branch.
Completed with errors, see above

I was able get it working without changing from SourceTree's included git by making the links in slightly different locations. The commands I used were:

mkdir -p /usr/local/lib/perl5/site_perl
cd /usr/local/lib/perl5/site_perl
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.16/darwin-thread-multi-2level/SVN SVN
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.16/darwin-thread-multi-2level/auto/ auto

Depending on your treatment of /usr/local, you may not need the sudo.

Thank you!! This was the fix that worked for me.

I had to use this method, since the link @Andreas Hoffmann only linked the /auto/SVN, and I also need the /SVN to get it to work with Sourcetree 2.0.2 on Yosemite.

Hello Gents,

 

I´m working with the current version of Mavericks as well as XCODE and SourceTree.

After I have installed all packages I have had add the git folder and afterwards I have set the symlinks.

 

But if I try to clone a repository, I got the following message:

 

'tempfile' can't be called as a method at /Applications/SourceTree.app/Contents/Resources/git_local/lib/perl5/site_perl/Git.pm line 1042.

 

Can anybody help?

 

Cheers,

Pierre

I still get this error with the latest version of Sourcetree and macOS Mojave. Git-svn from the command line works just fine. Is this not solved yet?

Hi everybody,

I have the same problem as Pierre, OS 10.10 and current versions of Xcode and SourceTree.

'tempfile' can't be called as a method at /usr/local/git/lib/perl5/site_perl/Git.pm line 1094.

 

Can anybody help?

Thanks, Dietmar

Command line from Terminal works... :(

Hi Dietmar, Did you get any solution ? I am getting same error and command line works for me too.

I was able to get it working by using the blog post from @Andreas, with one additional link to the git share folder to eliminate all errors/warnings. The benefit of using the symbolic links as outlined in the blog post is that it keeps all the links specific to the 5.16 version of Perl, instead of taking over your default /usr/local/ install.

Unfortunately, it didn't work to link to the git included in SourceTree by just linking /usr/local/git to /Applications/SourceTree.app/Contents/Resources/git_local. It doesn't include Perl 5.16.

sudo mkdir -p /usr/local/git
sudo ln -s /Applications/SourceTree.app/Contents/Resources/git_local/share /usr/local/git/share
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.16/darwin-thread-multi-2level/SVN /System/Library/Perl/Extras/5.16/SVN
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.16/darwin-thread-multi-2level/auto/SVN/ /System/Library/Perl/Extras/5.16/auto/SVN

 

Update as of Mac OS 10.10.2, Xcode 6.2, Perl 5.18, SourceTree 2.0.5.2:

Xcode 6.2 now includes Perl 5.18:

sudo mkdir -p /usr/local/git
sudo ln -s /Applications/SourceTree.app/Contents/Resources/git_local/share /usr/local/git/share
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.18/darwin-thread-multi-2level/SVN /System/Library/Perl/Extras/5.18/SVN
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.18/darwin-thread-multi-2level/auto/SVN/ /System/Library/Perl/Extras/5.18/auto/SVN

 

 

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events