]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
small cosmetic changes
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 6 Apr 2007 01:36:06 +0000 (01:36 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 6 Apr 2007 01:36:06 +0000 (01:36 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@281 04377dda-e619-0410-9926-eae83683ac58

trunk/src/templatepkg

index fb9634145e15561e9b204f83324f0f9fa45eb3fe..aba838526612957b39ec463e9418365626ffe427 100755 (executable)
@@ -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