From: Oleg T. <he...@us...> - 2004-11-01 19:34:36
|
Update of /cvsroot/mvp-xml/WebSite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2764 Modified Files: upload.cmd Log Message: Added more stuff. Index: upload.cmd =================================================================== RCS file: /cvsroot/mvp-xml/WebSite/upload.cmd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- upload.cmd 14 Jul 2004 03:48:22 -0000 1.1 +++ upload.cmd 1 Nov 2004 19:34:25 -0000 1.2 @@ -1,4 +1,8 @@ @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 dca...@do...:/home/groups/m/mv/mvp-xml/htdocs/ -pscp style.css dca...@do...:/home/groups/m/mv/mvp-xml/htdocs/ \ No newline at end of file +rem pscp index.html %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs +rem 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 |