aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-06 01:36:06 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-06 01:36:06 +0000
commit75dc11cf437c7cbe8703482f264bd2848c68ecb8 (patch)
tree7816123d723dd6978d7e52bdefa71c3969b75afe /trunk/src/templatepkg
parent3f761f76b59b930adc499717a6ddd25dd2271e4e (diff)
downloadsimplepkg-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/src/templatepkg')
-rwxr-xr-xtrunk/src/templatepkg2
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