Index: /issm/trunk-jpl/scripts/report.sh
===================================================================
--- /issm/trunk-jpl/scripts/report.sh	(revision 15696)
+++ /issm/trunk-jpl/scripts/report.sh	(revision 15697)
@@ -29,4 +29,5 @@
 TODAY=$(       cat info.log | grep "today"           | awk '{printf("%s %s",$2,$3);}')
 USER=$(        cat info.log | grep "user"            | awk '{print $2}')
+VERSION=$(     cat info.log | grep "version"         | awk '{print $2}')
 HOST_NAME=$(   cat info.log | grep "host"            | awk '{print $2}')
 OS=$(          cat info.log | grep "OS"              | awk '{print $2}')
@@ -69,4 +70,8 @@
 <td $TABLE_FONT>installation elapsed time: $EL_INSTALL</td>
 </tr>
+<tr>
+<td $TABLE_FONT>svn version: $VERSION</td>
+</tr>
+
 </table>
 <br><hr width="700px">
