diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/getUpdateToolsFromCVS.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/getUpdateToolsFromCVS.sh
index 48ef2ff0e1441bc8002d4a6e4be970a9470317aa..299e9df930123a4344915bb39d348fa3f5bc6acf 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/getUpdateToolsFromCVS.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/getUpdateToolsFromCVS.sh
@@ -17,9 +17,9 @@ echo "   "
 # ISSUE: we should move away from using 'head' version
 # Note: we can use "local host" since we are running on the same cluser as the cvs server
 # otherwise, if running remotely, localhos should be changed to 'dev.eclpise.org'
-cvs -Q -f -d :pserver:anonymous@localhost:/cvsroot/webtools export -r HEAD $updateToolsDir
+cvs -Q -f -d :pserver:anonymous@dev.eclipse.org:/cvsroot/webtools export -r HEAD $updateToolsDir
 
-chmod -R +x $updateToolsDir/*.sh
+chmod -R +x $updateToolsDir/build-home/*.sh
 
 echo "    for complete refresh, use something similar to following"
 echo " "