summaryrefslogtreecommitdiff
path: root/sources/potlatch
diff options
context:
space:
mode:
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