Update of /cvsroot/mvp-xml/WebSite
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2000
Added Files:
.cvsignore upload_api.cmd
Log Message:
Small script to upload API docs.
--- NEW FILE: .cvsignore ---
api
bin
obj
*.user
*.suo
--- NEW FILE: upload_api.cmd ---
@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 -r api %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs
|