mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
limit SVK version information to 5 revisions/copies.
Otherwise the svk version info just continues to grow ad nausium git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16362 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5ccebc9d76
commit
c052ac4078
@ -69,7 +69,7 @@ if test $? != 0 ; then exit 1 ; fi
|
||||
# the revision info, print it out, and then output 0. Just combine
|
||||
# all the revision numbers into a single string by combining them
|
||||
# with periods.
|
||||
svkinfo=`svk info "$real_srcdir" | grep Rev | sed -e 's/^.* \([0-9:]*\)$/\1/'`
|
||||
svkinfo=`svk info "$real_srcdir" | grep Rev | head -5 | sed -e 's/^.* \([0-9:]*\)$/\1/'`
|
||||
echo $svkinfo | sed -e 's/\s/./g'
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user