From 16db13c00959aa09586f54701a55f49ee92de190 Mon Sep 17 00:00:00 2001 From: rhatto Date: Sat, 17 Jan 2009 19:47:59 +0000 Subject: templatepkg now can automatically creates the svn repository git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@754 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/templatepkg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'trunk/src/templatepkg') diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index 8d98950..0eee075 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -153,6 +153,7 @@ function import_export_templates { # usage: template_export local templates templates_folder basedir repository mode preposition + local repository_type repository_path if [ "$?" != 0 ]; then usage @@ -179,6 +180,7 @@ function import_export_templates { if [ "$mode" == "export" ]; then preposition="to" + check_and_create_svn_repo $repository echo Exporting templates to $repository... svn import $templates/ $repository/ -m "initial import" if [ "$?" != "0" ]; then -- cgit v1.2.3