From: David Marec Date: Thu, 31 Dec 2020 10:01:35 +0000 (+0100) Subject: Migrate from svn to git X-Git-Url: http://popeye.lapinbilly.eu/git/?p=fbsd-stable-mgmt.git;a=commitdiff_plain;h=82fd62eb64eb588df77a22264801078364a7b803 Migrate from svn to git --- diff --git a/update_stage0.sh b/update_stage0.sh index bc10a0f..08e5a67 100755 --- a/update_stage0.sh +++ b/update_stage0.sh @@ -45,7 +45,7 @@ parse ${*} if [ ${UPDATE:=-0} -eq 1 ]; then echo "updating ..." - svnlite update ${usrsrc} + git -C ${usrsrc} pull --rebase [ ${?} == 1 ] && exit 1 fi