Changeset 2175 for 2011/26/LasseV
- Timestamp:
- 2011-06-27 16:07:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/26/LasseV/talletus.bat
r2174 r2175 1 1 @echo off 2 2 3 call svn --version > NUL 3 net use N: /delete 2>NUL 4 net use N: \\eppu.it.jyu.fi\mnt "" /u:"" 4 5 if errorlevel 1 ( 6 echo ERROR: Verkkolevy \\eppu.it.jyu.fi\mnt hukassa 7 goto error 8 ) 9 10 set svn=N:\bin\svn\svn.exe 11 12 if not exist %svn% ( 5 13 echo ERROR: svn not found! 6 14 goto error 7 15 ) 8 16 9 call svnupdate17 call %svn% update 10 18 if errorlevel 1 goto error 11 19 12 call svnadd * --force20 call %svn% add * --force 13 21 if errorlevel 1 goto error 14 22 15 call svncommit -m "Talletus."23 call %svn% commit -m "Talletus." 16 24 if errorlevel 1 goto error 17 25
Note: See TracChangeset
for help on using the changeset viewer.