diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-06 01:36:06 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-06 01:36:06 +0000 |
commit | 75dc11cf437c7cbe8703482f264bd2848c68ecb8 (patch) | |
tree | 7816123d723dd6978d7e52bdefa71c3969b75afe /trunk | |
parent | 3f761f76b59b930adc499717a6ddd25dd2271e4e (diff) | |
download | simplepkg-75dc11cf437c7cbe8703482f264bd2848c68ecb8.tar.gz simplepkg-75dc11cf437c7cbe8703482f264bd2848c68ecb8.tar.bz2 |
small cosmetic changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@281 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rwxr-xr-x | trunk/src/templatepkg | 2 |
1 files changed, 2 insertions, 0 deletions
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 |