|
⇤ ← Revision 1 as of 2007-07-02 16:37:59
Size: 404
Comment: Created page to store batch files for updating Boa via CVS in a scheduled task
|
← Revision 2 as of 2008-03-11 10:50:28 ⇥
Size: 404
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 9: | Line 9: |
| Python 2.4[[BR]] | Python 2.4<<BR>> |
Batch files for updating Boa Constructor via CVS in a scheduled task on various platforms
Windows
Method 1:
Requirements:
Python 2.4
TortoiseCVS
Batch file:' @ECHO OFF
cd C:\Python24\Lib\site-packages\boa
c:
echo Updating Boa via CVS...
"C:\Program Files\TortoiseCVS\cvs.exe" "-q" "update" "-d" "-P" "."
echo All done!
pause
