diff options
Diffstat (limited to 'trunk/src')
-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 |