diff --git a/build_tools/make_svn_branch_name b/build_tools/make_svn_branch_name index 484bef5853..b3af1492a1 100755 --- a/build_tools/make_svn_branch_name +++ b/build_tools/make_svn_branch_name @@ -4,7 +4,7 @@ PARTS=`LANG=C svn info | grep URL | awk '{print $2;}' | sed -e s:^.*/svn/asteris BRANCH=0 TEAM=0 -REV=`LANG=C svn info | grep -e 'Last Changed Rev' | awk '{print $4;}'` +REV=`svnversion -c . | cut -d: -f2` if [ "${PARTS}" = "trunk" ] then