On OSX using sourcetree / git-svn getting “Can't locate SVN/Core.pm in @INC ”

前端 未结 10 2319
离开以前
离开以前 2021-02-07 06:14

I\'m using OSX and want get a svn repo into a local git repo using sourcetree.

When I add a bookmark using sourcetree using SVN URL, thus sourcetree<

10条回答
  •  天命终不由人
    2021-02-07 07:03

    I've found that the best solution is to expand the list of directories in @INC using an export

    export PERL5LIB=/Applications/Xcode.app/Contents/Developer/Library/Perl/5.18
    

    Referenced from: https://perlmaven.com/how-to-change-inc-to-find-perl-modules-in-non-standard-locations

提交回复
热议问题