diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index 9991041be..49375020d 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -88,7 +88,7 @@ then if [ $lastrevision ] then cd $source - svn log $head:$lastrevision > $output/$date-$head/ChangeLog.txt + svn log -r $head:$lastrevision > $output/$date-$head/ChangeLog.txt fi else echo "Nothing to do."