david_williams | 55e2472 | 2006-05-19 12:58:23 +0000 | [diff] [blame^] | 1 |
|
| 2 | # This bat file is to help get builds started "fresh".
|
| 3 | # The -f means do not use ~/.cvsrc file -- this is just to ensure no "hidden options"
|
| 4 |
|
| 5 | # export is used, instead of checkout, just to avoid the CVS directories and since this code
|
| 6 | # for a local build, there should never be a need to check it back in to CVS.
|
| 7 | #
|
| 8 |
|
| 9 | rm -fr releng.control
|
| 10 |
|
| 11 | cvs -f -d :pserver:anonymous@dev.eclipse.org:/cvsroot/webtools export -r HEAD releng.control
|
| 12 |
|
| 13 | chmod +x releng.control/*.sh
|
| 14 |
|