Index: /issm/trunk/cron/nightlyrun.sh
===================================================================
--- /issm/trunk/cron/nightlyrun.sh	(revision 3614)
+++ /issm/trunk/cron/nightlyrun.sh	(revision 3615)
@@ -53,5 +53,5 @@
 HOST_NAME=$(host_name $OS);
 START_TIME=$(timer);
-ISSM_RELEASE="issm";
+ISSM_RELEASE=$(basename $(echo $REPOSITORY));
 USER=$(whoami);
 INIT_PATH=$(pwd);
@@ -62,5 +62,5 @@
 
 	#Erase previous code and Fetch the new one
-	rm -rf trunk
+	rm -rf $ISSM_RELEASE
 	svn checkout $REPOSITORY
 
Index: /issm/trunk/cron/report.sh
===================================================================
--- /issm/trunk/cron/report.sh	(revision 3614)
+++ /issm/trunk/cron/report.sh	(revision 3615)
@@ -39,5 +39,5 @@
 MATLAB_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:14px; font-weight: normal;" align="left"'
 
-BODY_STYLE='width="1000px"'
+BODY_STYLE='width="1050px"'
 BODY_FONT="style=\"color:#404040; font-family:Arial, Verdana, Tahoma; font-size:14px;\""
 
