From 75dc11cf437c7cbe8703482f264bd2848c68ecb8 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 6 Apr 2007 01:36:06 +0000 Subject: small cosmetic changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@281 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/templatepkg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index fb96341..aba8385 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -140,6 +140,7 @@ function import_export_templates { if [ "$mode" == "export" ]; then preposition="to" + echo Exporting templates to $repository... svn import templates/ $repository/ -m "initial import" if [ "$?" != "0" ]; then echo $BASENAME: export failed @@ -151,6 +152,7 @@ function import_export_templates { mv templates templates.old fi + echo Checking out templates from $repository... svn checkout $repository templates if [ "$?" == "0" ]; then -- cgit v1.2.3