aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/templatepkg')
-rwxr-xr-xtrunk/src/templatepkg21
1 files changed, 0 insertions, 21 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg
index 3f0284a..8d98950 100755
--- a/trunk/src/templatepkg
+++ b/trunk/src/templatepkg
@@ -147,27 +147,6 @@ function usage {
}
-function check_svn_repo {
-
- # check a svn repository URL
- # usage: set_svn_repo <repository>
-
- if [ ! -z "$1" ]; then
- if echo $1 | grep -q -v -e "^svn://"; then
- if echo $1 | grep -q -v -e "^svn+ssh://"; then
- if echo $1 | grep -q -v -e "^file://"; then
- echo $BASENAME: invalid repository URL $1
- return 1
- fi
- fi
- fi
- else
- echo $BASENAME: no repository defined
- return 1
- fi
-
-}
-
function import_export_templates {
# import from or export to $TEMPLATE_FOLDER in a svn repository