diff options
author | Jochen Topf <jochen@topf.org> | 2010-11-04 20:58:01 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2010-11-04 20:58:01 +0100 |
commit | 1d2314aed982b30620e59ed12daa23661c0cee87 (patch) | |
tree | 28ec9d1ea6f2a3ffac8931996e73874b478be2de /sources/potlatch | |
parent | d95e294093fae0bacaa69165a70ef81cb793a795 (diff) | |
download | taginfo-1d2314aed982b30620e59ed12daa23661c0cee87.tar taginfo-1d2314aed982b30620e59ed12daa23661c0cee87.tar.gz |
fixed source import scripts
Diffstat (limited to 'sources/potlatch')
-rwxr-xr-x | sources/potlatch/update.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sources/potlatch/update.sh b/sources/potlatch/update.sh index 004f1db..8ba9956 100755 --- a/sources/potlatch/update.sh +++ b/sources/potlatch/update.sh @@ -21,11 +21,11 @@ DATABASE=$DIR/taginfo-potlatch.db rm -f $DATABASE echo "Getting resources..." -#if [ -d $DIR/resources ]; then -# svn update $DIR/resources -#else -# svn checkout http://svn.openstreetmap.org/applications/editors/potlatch2/resources $DIR/resources -#fi +if [ -d $DIR/resources ]; then + svn update $DIR/resources +else + svn checkout http://svn.openstreetmap.org/applications/editors/potlatch2/resources $DIR/resources +fi echo "Running pre.sql..." sqlite3 $DATABASE <pre.sql |