67b03a2eb5f46c3426078b7d89c3a0c4329227cb
3 revision
=$
(svn info|
grep Revision|
sed 's/Revision: //')
5 if [ -n "$(svn status|grep '^M')" ]; then
6 status
=" with local changes"
11 echo '// This file is created automatically, your changes will be lost.' > svnrevision.h
12 echo '#define SVNREVISION "r'$revision$status'"' >> svnrevision.h
This page took 0.043018 seconds and 3 git commands to generate.