changeset 2615 | 2bf1f6e3d5ae |
parent 2322 | 12c5f99807d8 |
child 2626 | 324cfbf66a12 |
1:cd5ca9ead074 | 2:20fc3cfdce2c |
---|---|
1 #!/bin/bash |
1 #!/bin/bash |
2 |
2 |
3 ( |
3 ( |
4 REPOSITORY=https://lemon.cs.elte.hu/svn/hugo/trunk |
4 export PATH=/usr/local/bin:$PATH |
5 REPOSITORY=https://lemon.cs.elte.hu/svn/lemon/trunk |
|
5 WORKINGCOPY=trunk |
6 WORKINGCOPY=trunk |
6 |
7 |
7 ROOT=$PWD |
8 ROOT=$PWD |
8 LASTREV_FILE=$ROOT/last-rev |
9 LASTREV_FILE=$ROOT/last-rev |
9 LASTREV=`cat $LASTREV_FILE` |
10 LASTREV=`cat $LASTREV_FILE` |