• E
    git-svn: fix tests to work with older svn · e66191f4
    Eric Wong 提交于
    Some of the recent changes and shortcuts to the tests broke
    things for people using older versions of svn:
    
    t9104-git-svn-follow-parent.sh:
      v1.2.3 (from SuSE 10.0 as reported by riddochc on #git
      (thanks!)) required an extra 'svn up'.  I was also able to
      reproduce this with v1.1.4 (Debian Sarge).
    
    lib-git-svn.sh:
      SVN::Repos bindings in versions up to and including 1.1.4
      (Sarge again) do not pass fs-config options to the underlying
      library.  BerkeleyDB repositories also seem completely broken
      on all my Sarge machines; so not using FSFS does not seem to
      be an option for most people.
    Signed-off-by: NEric Wong <normalperson@yhbt.net>
    Signed-off-by: NJunio C Hamano <junkio@cox.net>
    e66191f4
lib-git-svn.sh 870 字节