git svn - How do I update the perl subversion bindings on OSX? -


i'm having a problem git-svn may related perl svn bindings. after installing new versions of subversion , git using homebrew, git-svn using old version of svn:

$ git svn --version git-svn version 1.8.2.1 (svn 1.6.18)  $ svn --version svn, version 1.7.7 (r1393599) 

how make git-svn use newer version of svn?

thanks this answer, found reasonable solution. ran sudo cpan svn::core, updated svn version of git-svn:

$ git svn --version git-svn version 1.8.2.1 (svn 1.7.3) 

the native svn version unchanged. i'm left 2 different versions of svn, @ least same major version.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -