Update of /cvsroot/mvp-xml/WebSite
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20202
Modified Files:
upload.cmd
Log Message:
Index: upload.cmd
===================================================================
RCS file: /cvsroot/mvp-xml/WebSite/upload.cmd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- upload.cmd 3 Nov 2004 12:59:55 -0000 1.3
+++ upload.cmd 13 Nov 2004 20:14:25 -0000 1.4
@@ -1,8 +1,4 @@
@echo off
set USER=helgy
rem You need to install PSCP from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html and have it on your %path%
-pscp index.html %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs
-pscp style.css %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs
-pscp common/index.html %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs/common
-pscp xinclude/index.html %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs/xinclude
-pscp xpointer/index.html %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs/xpointer
\ No newline at end of file
+pscp -r *.* %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs
|