projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
352e5d3
)
getver: get svn rev from last commit so that we have consistent revision numbers...
author
Nicolas Thill
<nico@openwrt.org>
Mon, 28 Sep 2009 12:26:47 +0000
(12:26 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 28 Sep 2009 12:26:47 +0000
(12:26 +0000)
SVN-Revision: 17781
scripts/getver.sh
patch
|
blob
|
history
diff --git
a/scripts/getver.sh
b/scripts/getver.sh
index 5155792016ad8af36e63db9a7d3654b14eb9e8eb..c97bfb5042c24c35f5ffdadfefdd2223c5a0431e 100755
(executable)
--- a/
scripts/getver.sh
+++ b/
scripts/getver.sh
@@
-11,7
+11,7
@@
try_version() {
try_svn() {
[ -d .svn ] || return 1
- REV="$(svn info | awk '/^Revision:/ { print $2 }')"
+ REV="$(svn info
-r COMMITTED
| awk '/^Revision:/ { print $2 }')"
REV="${REV:+r$REV}"
[ -n "$REV" ]
}