Changeset 2174 for 2011/26/VilleK
- Timestamp:
- 2011-06-27 15:33:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/26/VilleK/talletus.bat
r2158 r2174 1 1 @echo off 2 2 3 call \\eppu.it.jyu.fi\kurssit\npo\bin\auto_commit.bat 3 call svn --version > NUL 4 if errorlevel 1 ( 5 echo ERROR: svn not found! 6 goto error 7 ) 8 9 call svn update 10 if errorlevel 1 goto error 11 12 call svn add * --force 13 if errorlevel 1 goto error 14 15 call svn commit -m "Talletus." 16 if errorlevel 1 goto error 17 18 color 27 19 echo. 20 echo VALMIS! 21 echo. 22 goto finish 23 24 25 :error 26 color 47 27 goto finish 28 29 30 :finish 31 pause
Note: See TracChangeset
for help on using the changeset viewer.