summaryrefslogtreecommitdiff
path: root/sources/potlatch
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2010-11-04 20:58:01 +0100
committerJochen Topf <jochen@topf.org>2010-11-04 20:58:01 +0100
commit1d2314aed982b30620e59ed12daa23661c0cee87 (patch)
tree28ec9d1ea6f2a3ffac8931996e73874b478be2de /sources/potlatch
parentd95e294093fae0bacaa69165a70ef81cb793a795 (diff)
downloadtaginfo-1d2314aed982b30620e59ed12daa23661c0cee87.tar
taginfo-1d2314aed982b30620e59ed12daa23661c0cee87.tar.gz
fixed source import scripts
Diffstat (limited to 'sources/potlatch')
-rwxr-xr-xsources/potlatch/update.sh10
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