From fc32377cd55d40a1fc8a455e8c847a325ce59d85 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 26 Jul 2006 13:55:33 -0700 Subject: [PATCH] Use SVN library interface for testing. --- Make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Make b/Make index e3fd6b0c0f..d4ba9bfc0d 100755 --- a/Make +++ b/Make @@ -8,8 +8,8 @@ LC_CTYPE=C export PATH LANG LC_CTYPE # for now... -GIT_SVN_NO_LIB=1 -export GIT_SVN_NO_LIB +#GIT_SVN_NO_LIB=1 +#export GIT_SVN_NO_LIB case "`git symbolic-ref HEAD`" in refs/heads/next) -- 2.32.0.93.g670b81a890