388 | | svn commit mosaic-tiles_obstatus.fits --username <YOUR-NAME> |
389 | | }}} |
390 | | |
391 | | === Check in the updated bad exposure file === |
392 | | Update the bad_expid.txt file in ~/products/mosaic3/logs |
393 | | {{{ |
394 | | cd ~/products/mosaic3/logs |
395 | | svn commit bad_expid.txt |
| 388 | svn -m "observing update of tile file and bad exposure list” commit |
| 389 | }}} |
| 390 | If this does not work for some reason, try |
| 391 | {{{ |
| 392 | cd $MOS3_OBS/obstatus |
| 393 | svn -m "observing update of tile file and bad exposure list” commit -username <YOUR USERNAME> |
| 394 | }}} |
| 395 | and enter your wiki log in and password when prompted. |
| 396 | |
| 397 | You can also check in the files individually as |
| 398 | |
| 399 | {{{ |
| 400 | cd ~/products/mosaic3/obstatus |
| 401 | svn -m "bad exp update" commit bad_expid.txt |
| 402 | svn -m "obstatus update" commit mosaic-tiles_obstatus.fits |